Html Css Color HEX #F66A6E Froly

📋 copy color: '#F66A6E'

red 246 ◦ green 106 ◦ blue 110

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

Shades of Froly #F66A6E

Tints of Froly #F66A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 53.25%
G = 22.94%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F66A6E (or 0xF66A6E) is known color: Froly. HEX triplet: F6, 6A and 6E. RGB value is (246,106,110). Sum of RGB (Red+Green+Blue) = 246+106+110=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66A6E is #099591. Grayscale: #949494. Windows color (decimal): -628114 or 7236342. OLE color: 7236342.

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

Color convert

RGB 246 106 110 -
CMYK 0 0.57 0.55 0.04
HSL 358.29º 0.89% 0.69% -
HSV(B) 358.29º 0.57% 0.96% -
XYZ 45.97 31.03 18.32 -
YUV 148.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 246 106 110 0 0.57 0.55 0.04 358.29 0.89 0.69
Hex F6 6A 6E 0 39 37 4 166 59 45
Octal 366 152 156 0 71 67 4 546 131 105
Binary 11110110 1101010 1101110 0 111001 110111 100 101100110 1011001 1000101

Color Harmonies of #F66A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66A6E

Black with #F66A6E

Text Example


Text Example

White with #F66A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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