Html Css Color HEX #F85686 French Rose

📋 copy color: '#F85686'

red 248 ◦ green 86 ◦ blue 134

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

Shades of French Rose #F85686

Tints of French Rose #F85686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.38%

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 52.99%
G = 18.38%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F85686 (or 0xF85686) is known color: French Rose. HEX triplet: F8, 56 and 86. RGB value is (248,86,134). Sum of RGB (Red+Green+Blue) = 248+86+134=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85686 is #07A979. Grayscale: #8B8B8B. Windows color (decimal): -502138 or 8804088. OLE color: 8804088.

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

Color convert

RGB 248 86 134 -
CMYK 0 0.65 0.46 0.03
HSL 342.22º 0.92% 0.65% -
HSV(B) 342.22º 0.65% 0.97% -
XYZ 46.34 28.33 25.58 -
YUV 139.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 248 86 134 0 0.65 0.46 0.03 342.22 0.92 0.65
Hex F8 56 86 0 41 2E 3 156 5C 41
Octal 370 126 206 0 101 56 3 526 134 101
Binary 11111000 1010110 10000110 0 1000001 101110 11 101010110 1011100 1000001

Color Harmonies of #F85686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85686

Black with #F85686

Text Example


Text Example

White with #F85686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85686; }

 p { color: rgb(248,86,134); }

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

background-color css

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

 a { background-color: rgb(248,86,134); }

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

border-color css

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

 span { border-color: rgb(248,86,134); }

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