Html Css Color HEX #F66C74 Froly

📋 copy color: '#F66C74'

red 246 ◦ green 108 ◦ blue 116

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

Shades of Froly #F66C74

Tints of Froly #F66C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.98%

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 52.34%
G = 22.98%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F66C74 (or 0xF66C74) is known color: Froly. HEX triplet: F6, 6C and 74. RGB value is (246,108,116). Sum of RGB (Red+Green+Blue) = 246+108+116=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C74 is #09938B. Grayscale: #969696. Windows color (decimal): -627596 or 7630070. OLE color: 7630070.

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

Color convert

RGB 246 108 116 -
CMYK 0 0.56 0.53 0.04
HSL 356.52º 0.88% 0.69% -
HSV(B) 356.52º 0.56% 0.96% -
XYZ 46.52 31.58 20.17 -
YUV 150.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 246 108 116 0 0.56 0.53 0.04 356.52 0.88 0.69
Hex F6 6C 74 0 38 35 4 165 58 45
Octal 366 154 164 0 70 65 4 545 130 105
Binary 11110110 1101100 1110100 0 111000 110101 100 101100101 1011000 1000101

Color Harmonies of #F66C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C74

Black with #F66C74

Text Example


Text Example

White with #F66C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C74; }

 p { color: rgb(246,108,116); }

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

background-color css

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

 a { background-color: rgb(246,108,116); }

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

border-color css

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

 span { border-color: rgb(246,108,116); }

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