Html Css Color HEX #F04FA6 Brilliant Rose

📋 copy color: '#F04FA6'

red 240 ◦ green 79 ◦ blue 166

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

Shades of Brilliant Rose #F04FA6

Tints of Brilliant Rose #F04FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.23%

R = 49.48%
G = 16.29%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F04FA6 (or 0xF04FA6) is known color: Brilliant Rose. HEX triplet: F0, 4F and A6. RGB value is (240,79,166). Sum of RGB (Red+Green+Blue) = 240+79+166=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FA6 is #0FB059. Grayscale: #888888. Windows color (decimal): -1028186 or 10899440. OLE color: 10899440.

HSL color Cylindrical-coordinate representation of color #F04FA6: hue angle of 327.58º 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 #F04FA6 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 166 -
CMYK 0 0.67 0.31 0.06
HSL 327.58º 0.84% 0.63% -
HSV(B) 327.58º 0.67% 0.94% -
XYZ 45.61 26.87 38.86 -
YUV 137.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 240 79 166 0 0.67 0.31 0.06 327.58 0.84 0.63
Hex F0 4F A6 0 43 1F 6 148 54 3F
Octal 360 117 246 0 103 37 6 510 124 77
Binary 11110000 1001111 10100110 0 1000011 11111 110 101001000 1010100 111111

Color Harmonies of #F04FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FA6

Black with #F04FA6

Text Example


Text Example

White with #F04FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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