Html Css Color HEX #F05191 French Rose

📋 copy color: '#F05191'

red 240 ◦ green 81 ◦ blue 145

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

Shades of French Rose #F05191

Tints of French Rose #F05191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.38%

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

R = 51.5%
G = 17.38%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F05191 (or 0xF05191) is known color: French Rose. HEX triplet: F0, 51 and 91. RGB value is (240,81,145). Sum of RGB (Red+Green+Blue) = 240+81+145=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F05191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05191 is #0FAE6E. Grayscale: #878787. Windows color (decimal): -1027695 or 9523696. OLE color: 9523696.

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

Color convert

RGB 240 81 145 -
CMYK 0 0.66 0.40 0.06
HSL 335.85º 0.84% 0.63% -
HSV(B) 335.85º 0.66% 0.94% -
XYZ 43.99 26.45 29.58 -
YUV 135.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 240 81 145 0 0.66 0.40 0.06 335.85 0.84 0.63
Hex F0 51 91 0 42 28 6 150 54 3F
Octal 360 121 221 0 102 50 6 520 124 77
Binary 11110000 1010001 10010001 0 1000010 101000 110 101010000 1010100 111111

Color Harmonies of #F05191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05191

Black with #F05191

Text Example


Text Example

White with #F05191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05191; }

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

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

background-color css

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

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

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

border-color css

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

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

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