Html Css Color HEX #F66870 Froly

📋 copy color: '#F66870'

red 246 ◦ green 104 ◦ blue 112

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

Shades of Froly #F66870

Tints of Froly #F66870

RGB

 RED value IS 246 (96.48% from 255) = 53.25%

 GREEN value IS 104 (41.02% from 255) = 22.51%

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

R = 53.25%
G = 22.51%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F66870 (or 0xF66870) is known color: Froly. HEX triplet: F6, 68 and 70. RGB value is (246,104,112). Sum of RGB (Red+Green+Blue) = 246+104+112=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F66870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66870 is #09978F. Grayscale: #939393. Windows color (decimal): -628624 or 7366902. OLE color: 7366902.

HSL color Cylindrical-coordinate representation of color #F66870: hue angle of 356.62º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F66870 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 104 112 -
CMYK 0 0.58 0.54 0.04
HSL 356.62º 0.89% 0.69% -
HSV(B) 356.62º 0.58% 0.96% -
XYZ 45.88 30.66 18.83 -
YUV 147.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 246 104 112 0 0.58 0.54 0.04 356.62 0.89 0.69
Hex F6 68 70 0 3A 36 4 165 59 45
Octal 366 150 160 0 72 66 4 545 131 105
Binary 11110110 1101000 1110000 0 111010 110110 100 101100101 1011001 1000101

Color Harmonies of #F66870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66870

Black with #F66870

Text Example


Text Example

White with #F66870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66870; }

 p { color: rgb(246,104,112); }

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

background-color css

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

 a { background-color: rgb(246,104,112); }

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

border-color css

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

 span { border-color: rgb(246,104,112); }

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