Html Css Color HEX #F85A91 French Rose

📋 copy color: '#F85A91'

red 248 ◦ green 90 ◦ blue 145

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

Shades of French Rose #F85A91

Tints of French Rose #F85A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

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

R = 51.35%
G = 18.63%
B = 30.02%

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

#F85A91 (or 0xF85A91) is known color: French Rose. HEX triplet: F8, 5A and 91. RGB value is (248,90,145). Sum of RGB (Red+Green+Blue) = 248+90+145=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A91 is #07A56E. Grayscale: #8F8F8F. Windows color (decimal): -501103 or 9526008. OLE color: 9526008.

HSL color Cylindrical-coordinate representation of color #F85A91: hue angle of 339.11º 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 #F85A91 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 145 -
CMYK 0 0.64 0.42 0.03
HSL 339.11º 0.92% 0.66% -
HSV(B) 339.11º 0.64% 0.97% -
XYZ 47.48 29.31 29.94 -
YUV 143.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 248 90 145 0 0.64 0.42 0.03 339.11 0.92 0.66
Hex F8 5A 91 0 40 2A 3 153 5C 42
Octal 370 132 221 0 100 52 3 523 134 102
Binary 11111000 1011010 10010001 0 1000000 101010 11 101010011 1011100 1000010

Color Harmonies of #F85A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A91

Black with #F85A91

Text Example


Text Example

White with #F85A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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