Html Css Color HEX #F85097 French Rose

📋 copy color: '#F85097'

red 248 ◦ green 80 ◦ blue 151

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

Shades of French Rose #F85097

Tints of French Rose #F85097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.7%

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 51.77%
G = 16.7%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F85097 (or 0xF85097) is known color: French Rose. HEX triplet: F8, 50 and 97. RGB value is (248,80,151). Sum of RGB (Red+Green+Blue) = 248+80+151=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F85097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85097 is #07AF68. Grayscale: #8A8A8A. Windows color (decimal): -503657 or 9916664. OLE color: 9916664.

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

Color convert

RGB 248 80 151 -
CMYK 0 0.68 0.39 0.03
HSL 334.64º 0.92% 0.64% -
HSV(B) 334.64º 0.68% 0.97% -
XYZ 47.17 27.93 32.18 -
YUV 138.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 248 80 151 0 0.68 0.39 0.03 334.64 0.92 0.64
Hex F8 50 97 0 44 27 3 14F 5C 40
Octal 370 120 227 0 104 47 3 517 134 100
Binary 11111000 1010000 10010111 0 1000100 100111 11 101001111 1011100 1000000

Color Harmonies of #F85097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85097

Black with #F85097

Text Example


Text Example

White with #F85097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85097; }

 p { color: rgb(248,80,151); }

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

background-color css

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

 a { background-color: rgb(248,80,151); }

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

border-color css

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

 span { border-color: rgb(248,80,151); }

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