Html Css Color HEX #F05996 French Rose

📋 copy color: '#F05996'

red 240 ◦ green 89 ◦ blue 150

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

Shades of French Rose #F05996

Tints of French Rose #F05996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 50.1%
G = 18.58%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F05996 (or 0xF05996) is known color: French Rose. HEX triplet: F0, 59 and 96. RGB value is (240,89,150). Sum of RGB (Red+Green+Blue) = 240+89+150=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F05996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05996 is #0FA669. Grayscale: #8D8D8D. Windows color (decimal): -1025642 or 9853424. OLE color: 9853424.

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

Color convert

RGB 240 89 150 -
CMYK 0 0.63 0.37 0.06
HSL 335.76º 0.83% 0.65% -
HSV(B) 335.76º 0.63% 0.94% -
XYZ 45.01 27.87 31.86 -
YUV 141.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 240 89 150 0 0.63 0.37 0.06 335.76 0.83 0.65
Hex F0 59 96 0 3F 25 6 150 53 41
Octal 360 131 226 0 77 45 6 520 123 101
Binary 11110000 1011001 10010110 0 111111 100101 110 101010000 1010011 1000001

Color Harmonies of #F05996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05996

Black with #F05996

Text Example


Text Example

White with #F05996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05996; }

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

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

background-color css

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

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

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

border-color css

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

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

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