Html Css Color HEX #F86A6B Froly

📋 copy color: '#F86A6B'

red 248 ◦ green 106 ◦ blue 107

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

Shades of Froly #F86A6B

Tints of Froly #F86A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 53.8%
G = 22.99%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F86A6B (or 0xF86A6B) is known color: Froly. HEX triplet: F8, 6A and 6B. RGB value is (248,106,107). Sum of RGB (Red+Green+Blue) = 248+106+107=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A6B is #079594. Grayscale: #949494. Windows color (decimal): -497045 or 7039736. OLE color: 7039736.

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

Color convert

RGB 248 106 107 -
CMYK 0 0.57 0.57 0.03
HSL 359.58º 0.91% 0.69% -
HSV(B) 359.58º 0.57% 0.97% -
XYZ 46.52 31.33 17.5 -
YUV 148.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 248 106 107 0 0.57 0.57 0.03 359.58 0.91 0.69
Hex F8 6A 6B 0 39 39 3 168 5B 45
Octal 370 152 153 0 71 71 3 550 133 105
Binary 11111000 1101010 1101011 0 111001 111001 11 101101000 1011011 1000101

Color Harmonies of #F86A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A6B

Black with #F86A6B

Text Example


Text Example

White with #F86A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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