Html Css Color HEX #FC6E6F Froly

📋 copy color: '#FC6E6F'

red 252 ◦ green 110 ◦ blue 111

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

Shades of Froly #FC6E6F

Tints of Froly #FC6E6F

RGB

 RED value IS 252 (98.83% from 255) = 53.28%

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 53.28%
G = 23.26%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC6E6F (or 0xFC6E6F) is known color: Froly. HEX triplet: FC, 6E and 6F. RGB value is (252,110,111). Sum of RGB (Red+Green+Blue) = 252+110+111=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E6F is #039190. Grayscale: #989898. Windows color (decimal): -233873 or 7302908. OLE color: 7302908.

HSL color Cylindrical-coordinate representation of color #FC6E6F: hue angle of 359.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6E6F is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 110 111 -
CMYK 0 0.56 0.56 0.01
HSL 359.58º 0.96% 0.71% -
HSV(B) 359.58º 0.56% 0.99% -
XYZ 48.59 33 18.85 -
YUV 152.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 252 110 111 0 0.56 0.56 0.01 359.58 0.96 0.71
Hex FC 6E 6F 0 38 38 1 168 60 47
Octal 374 156 157 0 70 70 1 550 140 107
Binary 11111100 1101110 1101111 0 111000 111000 1 101101000 1100000 1000111

Color Harmonies of #FC6E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E6F

Black with #FC6E6F

Text Example


Text Example

White with #FC6E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E6F; }

 p { color: rgb(252,110,111); }

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

background-color css

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

 a { background-color: rgb(252,110,111); }

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

border-color css

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

 span { border-color: rgb(252,110,111); }

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