Html Css Color HEX #FC3A6E Radical Red

📋 copy color: '#FC3A6E'

red 252 ◦ green 58 ◦ blue 110

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

Shades of Radical Red #FC3A6E

Tints of Radical Red #FC3A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.81%

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

R = 60%
G = 13.81%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC3A6E (or 0xFC3A6E) is known color: Radical Red. HEX triplet: FC, 3A and 6E. RGB value is (252,58,110). Sum of RGB (Red+Green+Blue) = 252+58+110=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A6E is #03C591. Grayscale: #797979. Windows color (decimal): -247186 or 7224060. OLE color: 7224060.

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

Color convert

RGB 252 58 110 -
CMYK 0 0.77 0.56 0.01
HSL 343.92º 0.97% 0.61% -
HSV(B) 343.92º 0.77% 0.99% -
XYZ 44.47 24.85 17.2 -
YUV 121.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 252 58 110 0 0.77 0.56 0.01 343.92 0.97 0.61
Hex FC 3A 6E 0 4D 38 1 158 61 3D
Octal 374 72 156 0 115 70 1 530 141 75
Binary 11111100 111010 1101110 0 1001101 111000 1 101011000 1100001 111101

Color Harmonies of #FC3A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A6E

Black with #FC3A6E

Text Example


Text Example

White with #FC3A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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