Html Css Color HEX #F66770 Froly

📋 copy color: '#F66770'

red 246 ◦ green 103 ◦ blue 112

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

Shades of Froly #F66770

Tints of Froly #F66770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

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

R = 53.36%
G = 22.34%
B = 24.3%

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

#F66770 (or 0xF66770) is known color: Froly. HEX triplet: F6, 67 and 70. RGB value is (246,103,112). Sum of RGB (Red+Green+Blue) = 246+103+112=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F66770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66770 is #09988F. Grayscale: #929292. Windows color (decimal): -628880 or 7366646. OLE color: 7366646.

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

Color convert

RGB 246 103 112 -
CMYK 0 0.58 0.54 0.04
HSL 356.22º 0.89% 0.68% -
HSV(B) 356.22º 0.58% 0.96% -
XYZ 45.78 30.46 18.8 -
YUV 146.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 246 103 112 0 0.58 0.54 0.04 356.22 0.89 0.68
Hex F6 67 70 0 3A 36 4 164 59 44
Octal 366 147 160 0 72 66 4 544 131 104
Binary 11110110 1100111 1110000 0 111010 110110 100 101100100 1011001 1000100

Color Harmonies of #F66770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66770

Black with #F66770

Text Example


Text Example

White with #F66770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66770; }

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

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

background-color css

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

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

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

border-color css

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

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

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