Html Css Color HEX #F05999 Brilliant Rose

📋 copy color: '#F05999'

red 240 ◦ green 89 ◦ blue 153

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

Shades of Brilliant Rose #F05999

Tints of Brilliant Rose #F05999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 49.79%
G = 18.46%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F05999 (or 0xF05999) is known color: Brilliant Rose. HEX triplet: F0, 59 and 99. RGB value is (240,89,153). Sum of RGB (Red+Green+Blue) = 240+89+153=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F05999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05999 is #0FA666. Grayscale: #8D8D8D. Windows color (decimal): -1025639 or 10050032. OLE color: 10050032.

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

Color convert

RGB 240 89 153 -
CMYK 0 0.63 0.36 0.06
HSL 334.57º 0.83% 0.65% -
HSV(B) 334.57º 0.63% 0.94% -
XYZ 45.26 27.97 33.15 -
YUV 141.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 240 89 153 0 0.63 0.36 0.06 334.57 0.83 0.65
Hex F0 59 99 0 3F 24 6 14F 53 41
Octal 360 131 231 0 77 44 6 517 123 101
Binary 11110000 1011001 10011001 0 111111 100100 110 101001111 1010011 1000001

Color Harmonies of #F05999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05999

Black with #F05999

Text Example


Text Example

White with #F05999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05999; }

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

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

background-color css

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

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

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

border-color css

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

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

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