Html Css Color HEX #F04CAA Brilliant Rose

📋 copy color: '#F04CAA'

red 240 ◦ green 76 ◦ blue 170

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

Shades of Brilliant Rose #F04CAA

Tints of Brilliant Rose #F04CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 49.38%
G = 15.64%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F04CAA (or 0xF04CAA) is known color: Brilliant Rose. HEX triplet: F0, 4C and AA. RGB value is (240,76,170). Sum of RGB (Red+Green+Blue) = 240+76+170=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04CAA is #0FB355. Grayscale: #878787. Windows color (decimal): -1028950 or 11160816. OLE color: 11160816.

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

Color convert

RGB 240 76 170 -
CMYK 0 0.68 0.29 0.06
HSL 325.61º 0.85% 0.62% -
HSV(B) 325.61º 0.68% 0.94% -
XYZ 45.78 26.6 40.75 -
YUV 135.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 240 76 170 0 0.68 0.29 0.06 325.61 0.85 0.62
Hex F0 4C AA 0 44 1D 6 146 55 3E
Octal 360 114 252 0 104 35 6 506 125 76
Binary 11110000 1001100 10101010 0 1000100 11101 110 101000110 1010101 111110

Color Harmonies of #F04CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CAA

Black with #F04CAA

Text Example


Text Example

White with #F04CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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