Html Css Color HEX #F85D91 French Rose

📋 copy color: '#F85D91'

red 248 ◦ green 93 ◦ blue 145

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

Shades of French Rose #F85D91

Tints of French Rose #F85D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

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

R = 51.03%
G = 19.14%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85D91 (or 0xF85D91) is known color: French Rose. HEX triplet: F8, 5D and 91. RGB value is (248,93,145). Sum of RGB (Red+Green+Blue) = 248+93+145=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85D91 is #07A26E. Grayscale: #919191. Windows color (decimal): -500335 or 9526776. OLE color: 9526776.

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

Color convert

RGB 248 93 145 -
CMYK 0 0.62 0.42 0.03
HSL 339.87º 0.92% 0.67% -
HSV(B) 339.87º 0.63% 0.97% -
XYZ 47.74 29.83 30.03 -
YUV 145.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 248 93 145 0 0.62 0.42 0.03 339.87 0.92 0.67
Hex F8 5D 91 0 3E 2A 3 154 5C 43
Octal 370 135 221 0 76 52 3 524 134 103
Binary 11111000 1011101 10010001 0 111110 101010 11 101010100 1011100 1000011

Color Harmonies of #F85D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D91

Black with #F85D91

Text Example


Text Example

White with #F85D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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