Html Css Color HEX #FC3C6F Radical Red

📋 copy color: '#FC3C6F'

red 252 ◦ green 60 ◦ blue 111

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

Shades of Radical Red #FC3C6F

Tints of Radical Red #FC3C6F

RGB

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

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

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

R = 59.57%
G = 14.18%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC3C6F (or 0xFC3C6F) is known color: Radical Red. HEX triplet: FC, 3C and 6F. RGB value is (252,60,111). Sum of RGB (Red+Green+Blue) = 252+60+111=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C6F is #03C390. Grayscale: #7B7B7B. Windows color (decimal): -246673 or 7290108. OLE color: 7290108.

HSL color Cylindrical-coordinate representation of color #FC3C6F: hue angle of 344.06º 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 #FC3C6F is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 60 111 -
CMYK 0 0.76 0.56 0.01
HSL 344.06º 0.97% 0.61% -
HSV(B) 344.06º 0.76% 0.99% -
XYZ 44.63 25.07 17.53 -
YUV 123.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 252 60 111 0 0.76 0.56 0.01 344.06 0.97 0.61
Hex FC 3C 6F 0 4C 38 1 158 61 3D
Octal 374 74 157 0 114 70 1 530 141 75
Binary 11111100 111100 1101111 0 1001100 111000 1 101011000 1100001 111101

Color Harmonies of #FC3C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C6F

Black with #FC3C6F

Text Example


Text Example

White with #FC3C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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