Html Css Color HEX #F85595 French Rose

📋 copy color: '#F85595'

red 248 ◦ green 85 ◦ blue 149

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

Shades of French Rose #F85595

Tints of French Rose #F85595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 51.45%
G = 17.63%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F85595 (or 0xF85595) is known color: French Rose. HEX triplet: F8, 55 and 95. RGB value is (248,85,149). Sum of RGB (Red+Green+Blue) = 248+85+149=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F85595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85595 is #07AA6A. Grayscale: #8C8C8C. Windows color (decimal): -502379 or 9786872. OLE color: 9786872.

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

Color convert

RGB 248 85 149 -
CMYK 0 0.66 0.40 0.03
HSL 336.44º 0.92% 0.65% -
HSV(B) 336.44º 0.66% 0.97% -
XYZ 47.38 28.62 31.46 -
YUV 141.03 132.5 204.3 -
System Red Green Blue C M Y K H S L
Decimal 248 85 149 0 0.66 0.40 0.03 336.44 0.92 0.65
Hex F8 55 95 0 42 28 3 150 5C 41
Octal 370 125 225 0 102 50 3 520 134 101
Binary 11111000 1010101 10010101 0 1000010 101000 11 101010000 1011100 1000001

Color Harmonies of #F85595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85595

Black with #F85595

Text Example


Text Example

White with #F85595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85595; }

 p { color: rgb(248,85,149); }

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

background-color css

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

 a { background-color: rgb(248,85,149); }

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

border-color css

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

 span { border-color: rgb(248,85,149); }

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