Html Css Color HEX #F04F9C Brilliant Rose

📋 copy color: '#F04F9C'

red 240 ◦ green 79 ◦ blue 156

#F04F9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F04F9C

Tints of Brilliant Rose #F04F9C

RGB

 RED value IS 240 (94.14% from 255) = 50.53%

 GREEN value IS 79 (31.25% from 255) = 16.63%

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 50.53%
G = 16.63%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F04F9C (or 0xF04F9C) is known color: Brilliant Rose. HEX triplet: F0, 4F and 9C. RGB value is (240,79,156). Sum of RGB (Red+Green+Blue) = 240+79+156=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F9C is #0FB063. Grayscale: #878787. Windows color (decimal): -1028196 or 10244080. OLE color: 10244080.

HSL color Cylindrical-coordinate representation of color #F04F9C: hue angle of 331.3º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F9C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 156 -
CMYK 0 0.67 0.35 0.06
HSL 331.3º 0.84% 0.63% -
HSV(B) 331.3º 0.67% 0.94% -
XYZ 44.73 26.52 34.21 -
YUV 135.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 240 79 156 0 0.67 0.35 0.06 331.3 0.84 0.63
Hex F0 4F 9C 0 43 23 6 14B 54 3F
Octal 360 117 234 0 103 43 6 513 124 77
Binary 11110000 1001111 10011100 0 1000011 100011 110 101001011 1010100 111111

Color Harmonies of #F04F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F9C

Black with #F04F9C

Text Example


Text Example

White with #F04F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F9C; }

 p { color: rgb(240,79,156); }

 H1.HeaderClassName
 {
   color: #F04F9C;
 }
 .AnyTagClassName
 {
   color: #F04F9C;
 }
</style>

background-color css

<style>
 a { background-color: #F04F9C; }

 a { background-color: rgb(240,79,156); }

 div.DivClassName
 {
   background-color: #F04F9C;
 }
 .BgClassName
 {
   background-color: #F04F9C;
 }
</style>

border-color css

<style>
 span { border-color: #F04F9C; }

 span { border-color: rgb(240,79,156); }

 td.TdClassName
 {
   border-color: #F04F9C;
 }
 .TagClassName
 {
   border-color: #F04F9C;
 }
</style>