Html Css Color HEX #F95791 French Rose

📋 copy color: '#F95791'

red 249 ◦ green 87 ◦ blue 145

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

Shades of French Rose #F95791

Tints of French Rose #F95791

RGB

 RED value IS 249 (97.66% from 255) = 51.77%

 GREEN value IS 87 (34.38% from 255) = 18.09%

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

R = 51.77%
G = 18.09%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F95791 (or 0xF95791) is known color: French Rose. HEX triplet: F9, 57 and 91. RGB value is (249,87,145). Sum of RGB (Red+Green+Blue) = 249+87+145=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F95791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95791 is #06A86E. Grayscale: #8D8D8D. Windows color (decimal): -436335 or 9525241. OLE color: 9525241.

HSL color Cylindrical-coordinate representation of color #F95791: hue angle of 338.52º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F95791 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 87 145 -
CMYK 0 0.65 0.42 0.02
HSL 338.52º 0.93% 0.66% -
HSV(B) 338.52º 0.65% 0.98% -
XYZ 47.59 29 29.88 -
YUV 142.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 249 87 145 0 0.65 0.42 0.02 338.52 0.93 0.66
Hex F9 57 91 0 41 2A 2 153 5D 42
Octal 371 127 221 0 101 52 2 523 135 102
Binary 11111001 1010111 10010001 0 1000001 101010 10 101010011 1011101 1000010

Color Harmonies of #F95791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95791

Black with #F95791

Text Example


Text Example

White with #F95791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95791; }

 p { color: rgb(249,87,145); }

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

background-color css

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

 a { background-color: rgb(249,87,145); }

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

border-color css

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

 span { border-color: rgb(249,87,145); }

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