Html Css Color HEX #F85191 French Rose

📋 copy color: '#F85191'

red 248 ◦ green 81 ◦ blue 145

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

Shades of French Rose #F85191

Tints of French Rose #F85191

RGB

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

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

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

R = 52.32%
G = 17.09%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85191 (or 0xF85191) is known color: French Rose. HEX triplet: F8, 51 and 91. RGB value is (248,81,145). Sum of RGB (Red+Green+Blue) = 248+81+145=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F85191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85191 is #07AE6E. Grayscale: #8A8A8A. Windows color (decimal): -503407 or 9523704. OLE color: 9523704.

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

Color convert

RGB 248 81 145 -
CMYK 0 0.67 0.42 0.03
HSL 337.01º 0.92% 0.65% -
HSV(B) 337.01º 0.67% 0.97% -
XYZ 46.76 27.89 29.71 -
YUV 138.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 248 81 145 0 0.67 0.42 0.03 337.01 0.92 0.65
Hex F8 51 91 0 43 2A 3 151 5C 41
Octal 370 121 221 0 103 52 3 521 134 101
Binary 11111000 1010001 10010001 0 1000011 101010 11 101010001 1011100 1000001

Color Harmonies of #F85191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85191

Black with #F85191

Text Example


Text Example

White with #F85191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85191; }

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

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

background-color css

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

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

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

border-color css

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

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

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