Html Css Color HEX #F85991 French Rose

📋 copy color: '#F85991'

red 248 ◦ green 89 ◦ blue 145

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

Shades of French Rose #F85991

Tints of French Rose #F85991

RGB

 RED value IS 248 (97.27% from 255) = 51.45%

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

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

R = 51.45%
G = 18.46%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85991 (or 0xF85991) is known color: French Rose. HEX triplet: F8, 59 and 91. RGB value is (248,89,145). Sum of RGB (Red+Green+Blue) = 248+89+145=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F85991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85991 is #07A66E. Grayscale: #8E8E8E. Windows color (decimal): -501359 or 9525752. OLE color: 9525752.

HSL color Cylindrical-coordinate representation of color #F85991: hue angle of 338.87º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85991 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 89 145 -
CMYK 0 0.64 0.42 0.03
HSL 338.87º 0.92% 0.66% -
HSV(B) 338.87º 0.64% 0.97% -
XYZ 47.39 29.15 29.92 -
YUV 142.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 248 89 145 0 0.64 0.42 0.03 338.87 0.92 0.66
Hex F8 59 91 0 40 2A 3 153 5C 42
Octal 370 131 221 0 100 52 3 523 134 102
Binary 11111000 1011001 10010001 0 1000000 101010 11 101010011 1011100 1000010

Color Harmonies of #F85991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85991

Black with #F85991

Text Example


Text Example

White with #F85991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85991; }

 p { color: rgb(248,89,145); }

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

background-color css

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

 a { background-color: rgb(248,89,145); }

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

border-color css

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

 span { border-color: rgb(248,89,145); }

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