Html Css Color HEX #F85891 French Rose

📋 copy color: '#F85891'

red 248 ◦ green 88 ◦ blue 145

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

Shades of French Rose #F85891

Tints of French Rose #F85891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.3%

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

R = 51.56%
G = 18.3%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85891 (or 0xF85891) is known color: French Rose. HEX triplet: F8, 58 and 91. RGB value is (248,88,145). Sum of RGB (Red+Green+Blue) = 248+88+145=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F85891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85891 is #07A76E. Grayscale: #8E8E8E. Windows color (decimal): -501615 or 9525496. OLE color: 9525496.

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

Color convert

RGB 248 88 145 -
CMYK 0 0.65 0.42 0.03
HSL 338.63º 0.92% 0.66% -
HSV(B) 338.63º 0.65% 0.97% -
XYZ 47.31 28.98 29.89 -
YUV 142.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 248 88 145 0 0.65 0.42 0.03 338.63 0.92 0.66
Hex F8 58 91 0 41 2A 3 153 5C 42
Octal 370 130 221 0 101 52 3 523 134 102
Binary 11111000 1011000 10010001 0 1000001 101010 11 101010011 1011100 1000010

Color Harmonies of #F85891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85891

Black with #F85891

Text Example


Text Example

White with #F85891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85891; }

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

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

background-color css

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

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

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

border-color css

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

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

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