Html Css Color HEX #F85096 French Rose

📋 copy color: '#F85096'

red 248 ◦ green 80 ◦ blue 150

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

Shades of French Rose #F85096

Tints of French Rose #F85096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 51.88%
G = 16.74%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F85096 (or 0xF85096) is known color: French Rose. HEX triplet: F8, 50 and 96. RGB value is (248,80,150). Sum of RGB (Red+Green+Blue) = 248+80+150=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F85096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85096 is #07AF69. Grayscale: #8A8A8A. Windows color (decimal): -503658 or 9851128. OLE color: 9851128.

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

Color convert

RGB 248 80 150 -
CMYK 0 0.68 0.40 0.03
HSL 335º 0.92% 0.64% -
HSV(B) 335º 0.68% 0.97% -
XYZ 47.09 27.9 31.76 -
YUV 138.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 248 80 150 0 0.68 0.40 0.03 335 0.92 0.64
Hex F8 50 96 0 44 28 3 14F 5C 40
Octal 370 120 226 0 104 50 3 517 134 100
Binary 11111000 1010000 10010110 0 1000100 101000 11 101001111 1011100 1000000

Color Harmonies of #F85096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85096

Black with #F85096

Text Example


Text Example

White with #F85096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85096; }

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

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

background-color css

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

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

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

border-color css

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

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

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