Html Css Color HEX #F66A6D Froly

📋 copy color: '#F66A6D'

red 246 ◦ green 106 ◦ blue 109

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

Shades of Froly #F66A6D

Tints of Froly #F66A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 53.36%
G = 22.99%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F66A6D (or 0xF66A6D) is known color: Froly. HEX triplet: F6, 6A and 6D. RGB value is (246,106,109). Sum of RGB (Red+Green+Blue) = 246+106+109=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66A6D is #099592. Grayscale: #949494. Windows color (decimal): -628115 or 7170806. OLE color: 7170806.

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

Color convert

RGB 246 106 109 -
CMYK 0 0.57 0.56 0.04
HSL 358.71º 0.89% 0.69% -
HSV(B) 358.71º 0.57% 0.96% -
XYZ 45.92 31.01 18.03 -
YUV 148.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 246 106 109 0 0.57 0.56 0.04 358.71 0.89 0.69
Hex F6 6A 6D 0 39 38 4 167 59 45
Octal 366 152 155 0 71 70 4 547 131 105
Binary 11110110 1101010 1101101 0 111001 111000 100 101100111 1011001 1000101

Color Harmonies of #F66A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66A6D

Black with #F66A6D

Text Example


Text Example

White with #F66A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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