Html Css Color HEX #F04FAA Brilliant Rose

📋 copy color: '#F04FAA'

red 240 ◦ green 79 ◦ blue 170

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

Shades of Brilliant Rose #F04FAA

Tints of Brilliant Rose #F04FAA

RGB

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

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

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

R = 49.08%
G = 16.16%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F04FAA (or 0xF04FAA) is known color: Brilliant Rose. HEX triplet: F0, 4F and AA. RGB value is (240,79,170). Sum of RGB (Red+Green+Blue) = 240+79+170=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FAA is #0FB055. Grayscale: #898989. Windows color (decimal): -1028182 or 11161584. OLE color: 11161584.

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

Color convert

RGB 240 79 170 -
CMYK 0 0.67 0.29 0.06
HSL 326.09º 0.84% 0.63% -
HSV(B) 326.09º 0.67% 0.94% -
XYZ 45.99 27.02 40.82 -
YUV 137.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 240 79 170 0 0.67 0.29 0.06 326.09 0.84 0.63
Hex F0 4F AA 0 43 1D 6 146 54 3F
Octal 360 117 252 0 103 35 6 506 124 77
Binary 11110000 1001111 10101010 0 1000011 11101 110 101000110 1010100 111111

Color Harmonies of #F04FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FAA

Black with #F04FAA

Text Example


Text Example

White with #F04FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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