Html Css Color HEX #F66E7A Froly

📋 copy color: '#F66E7A'

red 246 ◦ green 110 ◦ blue 122

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

Shades of Froly #F66E7A

Tints of Froly #F66E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.01%

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 51.46%
G = 23.01%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F66E7A (or 0xF66E7A) is known color: Froly. HEX triplet: F6, 6E and 7A. RGB value is (246,110,122). Sum of RGB (Red+Green+Blue) = 246+110+122=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F66E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66E7A is #099185. Grayscale: #989898. Windows color (decimal): -627078 or 8023798. OLE color: 8023798.

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

Color convert

RGB 246 110 122 -
CMYK 0 0.55 0.50 0.04
HSL 354.71º 0.88% 0.7% -
HSV(B) 354.71º 0.55% 0.96% -
XYZ 47.09 32.15 22.14 -
YUV 152.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 246 110 122 0 0.55 0.50 0.04 354.71 0.88 0.7
Hex F6 6E 7A 0 37 32 4 163 58 46
Octal 366 156 172 0 67 62 4 543 130 106
Binary 11110110 1101110 1111010 0 110111 110010 100 101100011 1011000 1000110

Color Harmonies of #F66E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66E7A

Black with #F66E7A

Text Example


Text Example

White with #F66E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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