Html Css Color HEX #F86F77 Froly

📋 copy color: '#F86F77'

red 248 ◦ green 111 ◦ blue 119

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

Shades of Froly #F86F77

Tints of Froly #F86F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 51.88%
G = 23.22%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F86F77 (or 0xF86F77) is known color: Froly. HEX triplet: F8, 6F and 77. RGB value is (248,111,119). Sum of RGB (Red+Green+Blue) = 248+111+119=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F77 is #079088. Grayscale: #989898. Windows color (decimal): -495753 or 7827448. OLE color: 7827448.

HSL color Cylindrical-coordinate representation of color #F86F77: hue angle of 356.5º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86F77 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 111 119 -
CMYK 0 0.55 0.52 0.03
HSL 356.5º 0.91% 0.7% -
HSV(B) 356.5º 0.55% 0.97% -
XYZ 47.73 32.66 21.24 -
YUV 152.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 248 111 119 0 0.55 0.52 0.03 356.5 0.91 0.7
Hex F8 6F 77 0 37 34 3 164 5B 46
Octal 370 157 167 0 67 64 3 544 133 106
Binary 11111000 1101111 1110111 0 110111 110100 11 101100100 1011011 1000110

Color Harmonies of #F86F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F77

Black with #F86F77

Text Example


Text Example

White with #F86F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F77; }

 p { color: rgb(248,111,119); }

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

background-color css

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

 a { background-color: rgb(248,111,119); }

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

border-color css

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

 span { border-color: rgb(248,111,119); }

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