Html Css Color HEX #FC3E5E Radical Red

📋 copy color: '#FC3E5E'

red 252 ◦ green 62 ◦ blue 94

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

Shades of Radical Red #FC3E5E

Tints of Radical Red #FC3E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 61.76%
G = 15.2%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC3E5E (or 0xFC3E5E) is known color: Radical Red. HEX triplet: FC, 3E and 5E. RGB value is (252,62,94). Sum of RGB (Red+Green+Blue) = 252+62+94=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E5E is #03C1A1. Grayscale: #7A7A7A. Windows color (decimal): -246178 or 6176508. OLE color: 6176508.

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

Color convert

RGB 252 62 94 -
CMYK 0 0.75 0.63 0.01
HSL 349.89º 0.97% 0.62% -
HSV(B) 349.89º 0.75% 0.99% -
XYZ 43.89 24.95 13.09 -
YUV 122.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 252 62 94 0 0.75 0.63 0.01 349.89 0.97 0.62
Hex FC 3E 5E 0 4B 3F 1 15E 61 3E
Octal 374 76 136 0 113 77 1 536 141 76
Binary 11111100 111110 1011110 0 1001011 111111 1 101011110 1100001 111110

Color Harmonies of #FC3E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E5E

Black with #FC3E5E

Text Example


Text Example

White with #FC3E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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