Html Css Color HEX #F05992 French Rose

📋 copy color: '#F05992'

red 240 ◦ green 89 ◦ blue 146

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

Shades of French Rose #F05992

Tints of French Rose #F05992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 50.53%
G = 18.74%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F05992 (or 0xF05992) is known color: French Rose. HEX triplet: F0, 59 and 92. RGB value is (240,89,146). Sum of RGB (Red+Green+Blue) = 240+89+146=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05992 is #0FA66D. Grayscale: #8C8C8C. Windows color (decimal): -1025646 or 9591280. OLE color: 9591280.

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

Color convert

RGB 240 89 146 -
CMYK 0 0.63 0.39 0.06
HSL 337.35º 0.83% 0.65% -
HSV(B) 337.35º 0.63% 0.94% -
XYZ 44.7 27.75 30.19 -
YUV 140.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 240 89 146 0 0.63 0.39 0.06 337.35 0.83 0.65
Hex F0 59 92 0 3F 27 6 151 53 41
Octal 360 131 222 0 77 47 6 521 123 101
Binary 11110000 1011001 10010010 0 111111 100111 110 101010001 1010011 1000001

Color Harmonies of #F05992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05992

Black with #F05992

Text Example


Text Example

White with #F05992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05992; }

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

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

background-color css

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

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

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

border-color css

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

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

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