Html Css Color HEX #F86A70 Froly

📋 copy color: '#F86A70'

red 248 ◦ green 106 ◦ blue 112

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

Shades of Froly #F86A70

Tints of Froly #F86A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.75%

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 53.22%
G = 22.75%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F86A70 (or 0xF86A70) is known color: Froly. HEX triplet: F8, 6A and 70. RGB value is (248,106,112). Sum of RGB (Red+Green+Blue) = 248+106+112=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A70 is #07958F. Grayscale: #959595. Windows color (decimal): -497040 or 7367416. OLE color: 7367416.

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

Color convert

RGB 248 106 112 -
CMYK 0 0.57 0.55 0.03
HSL 357.46º 0.91% 0.69% -
HSV(B) 357.46º 0.57% 0.97% -
XYZ 46.79 31.43 18.93 -
YUV 149.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 248 106 112 0 0.57 0.55 0.03 357.46 0.91 0.69
Hex F8 6A 70 0 39 37 3 165 5B 45
Octal 370 152 160 0 71 67 3 545 133 105
Binary 11111000 1101010 1110000 0 111001 110111 11 101100101 1011011 1000101

Color Harmonies of #F86A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A70

Black with #F86A70

Text Example


Text Example

White with #F86A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A70; }

 p { color: rgb(248,106,112); }

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

background-color css

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

 a { background-color: rgb(248,106,112); }

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

border-color css

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

 span { border-color: rgb(248,106,112); }

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