Html Css Color HEX #F04FAE Brilliant Rose

📋 copy color: '#F04FAE'

red 240 ◦ green 79 ◦ blue 174

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

Shades of Brilliant Rose #F04FAE

Tints of Brilliant Rose #F04FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 48.68%
G = 16.02%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F04FAE (or 0xF04FAE) is known color: Brilliant Rose. HEX triplet: F0, 4F and AE. RGB value is (240,79,174). Sum of RGB (Red+Green+Blue) = 240+79+174=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FAE is #0FB051. Grayscale: #898989. Windows color (decimal): -1028178 or 11423728. OLE color: 11423728.

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

Color convert

RGB 240 79 174 -
CMYK 0 0.67 0.28 0.06
HSL 324.6º 0.84% 0.63% -
HSV(B) 324.6º 0.67% 0.94% -
XYZ 46.37 27.17 42.85 -
YUV 137.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 240 79 174 0 0.67 0.28 0.06 324.6 0.84 0.63
Hex F0 4F AE 0 43 1C 6 145 54 3F
Octal 360 117 256 0 103 34 6 505 124 77
Binary 11110000 1001111 10101110 0 1000011 11100 110 101000101 1010100 111111

Color Harmonies of #F04FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FAE

Black with #F04FAE

Text Example


Text Example

White with #F04FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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