Html Css Color HEX #FC3E6A Radical Red

📋 copy color: '#FC3E6A'

red 252 ◦ green 62 ◦ blue 106

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

Shades of Radical Red #FC3E6A

Tints of Radical Red #FC3E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.76%

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 60%
G = 14.76%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC3E6A (or 0xFC3E6A) is known color: Radical Red. HEX triplet: FC, 3E and 6A. RGB value is (252,62,106). Sum of RGB (Red+Green+Blue) = 252+62+106=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E6A is #03C195. Grayscale: #7B7B7B. Windows color (decimal): -246166 or 6962940. OLE color: 6962940.

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

Color convert

RGB 252 62 106 -
CMYK 0 0.75 0.58 0.01
HSL 346.11º 0.97% 0.62% -
HSV(B) 346.11º 0.75% 0.99% -
XYZ 44.47 25.18 16.15 -
YUV 123.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 252 62 106 0 0.75 0.58 0.01 346.11 0.97 0.62
Hex FC 3E 6A 0 4B 3A 1 15A 61 3E
Octal 374 76 152 0 113 72 1 532 141 76
Binary 11111100 111110 1101010 0 1001011 111010 1 101011010 1100001 111110

Color Harmonies of #FC3E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E6A

Black with #FC3E6A

Text Example


Text Example

White with #FC3E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E6A; }

 p { color: rgb(252,62,106); }

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

background-color css

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

 a { background-color: rgb(252,62,106); }

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

border-color css

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

 span { border-color: rgb(252,62,106); }

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