Html Css Color HEX #F85095 French Rose

📋 copy color: '#F85095'

red 248 ◦ green 80 ◦ blue 149

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

Shades of French Rose #F85095

Tints of French Rose #F85095

RGB

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

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

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

R = 51.99%
G = 16.77%
B = 31.24%

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

#F85095 (or 0xF85095) is known color: French Rose. HEX triplet: F8, 50 and 95. RGB value is (248,80,149). Sum of RGB (Red+Green+Blue) = 248+80+149=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F85095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85095 is #07AF6A. Grayscale: #898989. Windows color (decimal): -503659 or 9785592. OLE color: 9785592.

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

Color convert

RGB 248 80 149 -
CMYK 0 0.68 0.40 0.03
HSL 335.36º 0.92% 0.64% -
HSV(B) 335.36º 0.68% 0.97% -
XYZ 47 27.86 31.33 -
YUV 138.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 248 80 149 0 0.68 0.40 0.03 335.36 0.92 0.64
Hex F8 50 95 0 44 28 3 14F 5C 40
Octal 370 120 225 0 104 50 3 517 134 100
Binary 11111000 1010000 10010101 0 1000100 101000 11 101001111 1011100 1000000

Color Harmonies of #F85095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85095

Black with #F85095

Text Example


Text Example

White with #F85095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85095; }

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

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

background-color css

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

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

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

border-color css

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

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

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