Html Css Color HEX #F86970 Froly

📋 copy color: '#F86970'

red 248 ◦ green 105 ◦ blue 112

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

Shades of Froly #F86970

Tints of Froly #F86970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.58%

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

R = 53.33%
G = 22.58%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F86970 (or 0xF86970) is known color: Froly. HEX triplet: F8, 69 and 70. RGB value is (248,105,112). Sum of RGB (Red+Green+Blue) = 248+105+112=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F86970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86970 is #07968F. Grayscale: #949494. Windows color (decimal): -497296 or 7367160. OLE color: 7367160.

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

Color convert

RGB 248 105 112 -
CMYK 0 0.58 0.55 0.03
HSL 357.06º 0.91% 0.69% -
HSV(B) 357.06º 0.58% 0.97% -
XYZ 46.69 31.23 18.9 -
YUV 148.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 248 105 112 0 0.58 0.55 0.03 357.06 0.91 0.69
Hex F8 69 70 0 3A 37 3 165 5B 45
Octal 370 151 160 0 72 67 3 545 133 105
Binary 11111000 1101001 1110000 0 111010 110111 11 101100101 1011011 1000101

Color Harmonies of #F86970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86970

Black with #F86970

Text Example


Text Example

White with #F86970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86970; }

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

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

background-color css

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

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

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

border-color css

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

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

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