Html Css Color HEX #FC3C6D Radical Red

📋 copy color: '#FC3C6D'

red 252 ◦ green 60 ◦ blue 109

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

Shades of Radical Red #FC3C6D

Tints of Radical Red #FC3C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

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

R = 59.86%
G = 14.25%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC3C6D (or 0xFC3C6D) is known color: Radical Red. HEX triplet: FC, 3C and 6D. RGB value is (252,60,109). Sum of RGB (Red+Green+Blue) = 252+60+109=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C6D is #03C392. Grayscale: #7A7A7A. Windows color (decimal): -246675 or 7159036. OLE color: 7159036.

HSL color Cylindrical-coordinate representation of color #FC3C6D: hue angle of 344.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C6D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 60 109 -
CMYK 0 0.76 0.57 0.01
HSL 344.69º 0.97% 0.61% -
HSV(B) 344.69º 0.76% 0.99% -
XYZ 44.52 25.03 16.95 -
YUV 122.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 252 60 109 0 0.76 0.57 0.01 344.69 0.97 0.61
Hex FC 3C 6D 0 4C 39 1 159 61 3D
Octal 374 74 155 0 114 71 1 531 141 75
Binary 11111100 111100 1101101 0 1001100 111001 1 101011001 1100001 111101

Color Harmonies of #FC3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C6D

Black with #FC3C6D

Text Example


Text Example

White with #FC3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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