Html Css Color HEX #FC6D6E Froly

📋 copy color: '#FC6D6E'

red 252 ◦ green 109 ◦ blue 110

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

Shades of Froly #FC6D6E

Tints of Froly #FC6D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

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

R = 53.5%
G = 23.14%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC6D6E (or 0xFC6D6E) is known color: Froly. HEX triplet: FC, 6D and 6E. RGB value is (252,109,110). Sum of RGB (Red+Green+Blue) = 252+109+110=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D6E is #039291. Grayscale: #989898. Windows color (decimal): -234130 or 7237116. OLE color: 7237116.

HSL color Cylindrical-coordinate representation of color #FC6D6E: 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.57%. Process color model (Four color, CMYK) of #FC6D6E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 109 110 -
CMYK 0 0.57 0.56 0.01
HSL 359.58º 0.96% 0.71% -
HSV(B) 359.58º 0.57% 0.99% -
XYZ 48.43 32.76 18.52 -
YUV 151.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 252 109 110 0 0.57 0.56 0.01 359.58 0.96 0.71
Hex FC 6D 6E 0 39 38 1 168 60 47
Octal 374 155 156 0 71 70 1 550 140 107
Binary 11111100 1101101 1101110 0 111001 111000 1 101101000 1100000 1000111

Color Harmonies of #FC6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D6E

Black with #FC6D6E

Text Example


Text Example

White with #FC6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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