Html Css Color HEX #F05091 French Rose

📋 copy color: '#F05091'

red 240 ◦ green 80 ◦ blue 145

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

Shades of French Rose #F05091

Tints of French Rose #F05091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 51.61%
G = 17.2%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F05091 (or 0xF05091) is known color: French Rose. HEX triplet: F0, 50 and 91. RGB value is (240,80,145). Sum of RGB (Red+Green+Blue) = 240+80+145=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05091 is #0FAF6E. Grayscale: #878787. Windows color (decimal): -1027951 or 9523440. OLE color: 9523440.

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

Color convert

RGB 240 80 145 -
CMYK 0 0.67 0.40 0.06
HSL 335.63º 0.84% 0.63% -
HSV(B) 335.63º 0.67% 0.94% -
XYZ 43.91 26.31 29.55 -
YUV 135.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 240 80 145 0 0.67 0.40 0.06 335.63 0.84 0.63
Hex F0 50 91 0 43 28 6 150 54 3F
Octal 360 120 221 0 103 50 6 520 124 77
Binary 11110000 1010000 10010001 0 1000011 101000 110 101010000 1010100 111111

Color Harmonies of #F05091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05091

Black with #F05091

Text Example


Text Example

White with #F05091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05091; }

 p { color: rgb(240,80,145); }

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

background-color css

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

 a { background-color: rgb(240,80,145); }

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

border-color css

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

 span { border-color: rgb(240,80,145); }

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