Html Css Color HEX #F86A6D Froly

📋 copy color: '#F86A6D'

red 248 ◦ green 106 ◦ blue 109

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

Shades of Froly #F86A6D

Tints of Froly #F86A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 53.56%
G = 22.89%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F86A6D (or 0xF86A6D) is known color: Froly. HEX triplet: F8, 6A and 6D. RGB value is (248,106,109). Sum of RGB (Red+Green+Blue) = 248+106+109=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A6D is #079592. Grayscale: #949494. Windows color (decimal): -497043 or 7170808. OLE color: 7170808.

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

Color convert

RGB 248 106 109 -
CMYK 0 0.57 0.56 0.03
HSL 358.73º 0.91% 0.69% -
HSV(B) 358.73º 0.57% 0.97% -
XYZ 46.63 31.37 18.07 -
YUV 148.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 248 106 109 0 0.57 0.56 0.03 358.73 0.91 0.69
Hex F8 6A 6D 0 39 38 3 167 5B 45
Octal 370 152 155 0 71 70 3 547 133 105
Binary 11111000 1101010 1101101 0 111001 111000 11 101100111 1011011 1000101

Color Harmonies of #F86A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A6D

Black with #F86A6D

Text Example


Text Example

White with #F86A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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