Html Css Color HEX #F059AA Brilliant Rose

📋 copy color: '#F059AA'

red 240 ◦ green 89 ◦ blue 170

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

Shades of Brilliant Rose #F059AA

Tints of Brilliant Rose #F059AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.84%

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

R = 48.1%
G = 17.84%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F059AA (or 0xF059AA) is known color: Brilliant Rose. HEX triplet: F0, 59 and AA. RGB value is (240,89,170). Sum of RGB (Red+Green+Blue) = 240+89+170=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F059AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059AA is #0FA655. Grayscale: #8F8F8F. Windows color (decimal): -1025622 or 11164144. OLE color: 11164144.

HSL color Cylindrical-coordinate representation of color #F059AA: hue angle of 327.81º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059AA is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 170 -
CMYK 0 0.63 0.29 0.06
HSL 327.81º 0.83% 0.65% -
HSV(B) 327.81º 0.63% 0.94% -
XYZ 46.76 28.57 41.08 -
YUV 143.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 240 89 170 0 0.63 0.29 0.06 327.81 0.83 0.65
Hex F0 59 AA 0 3F 1D 6 148 53 41
Octal 360 131 252 0 77 35 6 510 123 101
Binary 11110000 1011001 10101010 0 111111 11101 110 101001000 1010011 1000001

Color Harmonies of #F059AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059AA

Black with #F059AA

Text Example


Text Example

White with #F059AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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