Html Css Color HEX #F86A6F Froly

📋 copy color: '#F86A6F'

red 248 ◦ green 106 ◦ blue 111

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

Shades of Froly #F86A6F

Tints of Froly #F86A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.87%

R = 53.33%
G = 22.8%
B = 23.87%

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

#F86A6F (or 0xF86A6F) is known color: Froly. HEX triplet: F8, 6A and 6F. RGB value is (248,106,111). Sum of RGB (Red+Green+Blue) = 248+106+111=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A6F is #079590. Grayscale: #959595. Windows color (decimal): -497041 or 7301880. OLE color: 7301880.

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

Color convert

RGB 248 106 111 -
CMYK 0 0.57 0.55 0.03
HSL 357.89º 0.91% 0.69% -
HSV(B) 357.89º 0.57% 0.97% -
XYZ 46.73 31.41 18.64 -
YUV 149.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 248 106 111 0 0.57 0.55 0.03 357.89 0.91 0.69
Hex F8 6A 6F 0 39 37 3 166 5B 45
Octal 370 152 157 0 71 67 3 546 133 105
Binary 11111000 1101010 1101111 0 111001 110111 11 101100110 1011011 1000101

Color Harmonies of #F86A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A6F

Black with #F86A6F

Text Example


Text Example

White with #F86A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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