Html Css Color HEX #F04CAE Brilliant Rose

📋 copy color: '#F04CAE'

red 240 ◦ green 76 ◦ blue 174

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

Shades of Brilliant Rose #F04CAE

Tints of Brilliant Rose #F04CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.51%

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

R = 48.98%
G = 15.51%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F04CAE (or 0xF04CAE) is known color: Brilliant Rose. HEX triplet: F0, 4C and AE. RGB value is (240,76,174). Sum of RGB (Red+Green+Blue) = 240+76+174=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04CAE is #0FB351. Grayscale: #878787. Windows color (decimal): -1028946 or 11422960. OLE color: 11422960.

HSL color Cylindrical-coordinate representation of color #F04CAE: hue angle of 324.15º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CAE is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 174 -
CMYK 0 0.68 0.28 0.06
HSL 324.15º 0.85% 0.62% -
HSV(B) 324.15º 0.68% 0.94% -
XYZ 46.16 26.75 42.77 -
YUV 136.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 240 76 174 0 0.68 0.28 0.06 324.15 0.85 0.62
Hex F0 4C AE 0 44 1C 6 144 55 3E
Octal 360 114 256 0 104 34 6 504 125 76
Binary 11110000 1001100 10101110 0 1000100 11100 110 101000100 1010101 111110

Color Harmonies of #F04CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CAE

Black with #F04CAE

Text Example


Text Example

White with #F04CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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