Html Css Color HEX #F66A74 Froly

📋 copy color: '#F66A74'

red 246 ◦ green 106 ◦ blue 116

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

Shades of Froly #F66A74

Tints of Froly #F66A74

RGB

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

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

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

R = 52.56%
G = 22.65%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F66A74 (or 0xF66A74) is known color: Froly. HEX triplet: F6, 6A and 74. RGB value is (246,106,116). Sum of RGB (Red+Green+Blue) = 246+106+116=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66A74 is #09958B. Grayscale: #959595. Windows color (decimal): -628108 or 7629558. OLE color: 7629558.

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

Color convert

RGB 246 106 116 -
CMYK 0 0.57 0.53 0.04
HSL 355.71º 0.89% 0.69% -
HSV(B) 355.71º 0.57% 0.96% -
XYZ 46.31 31.16 20.1 -
YUV 149 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 246 106 116 0 0.57 0.53 0.04 355.71 0.89 0.69
Hex F6 6A 74 0 39 35 4 164 59 45
Octal 366 152 164 0 71 65 4 544 131 105
Binary 11110110 1101010 1110100 0 111001 110101 100 101100100 1011001 1000101

Color Harmonies of #F66A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66A74

Black with #F66A74

Text Example


Text Example

White with #F66A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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