Html Css Color HEX #FC405E Radical Red

📋 copy color: '#FC405E'

red 252 ◦ green 64 ◦ blue 94

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

Shades of Radical Red #FC405E

Tints of Radical Red #FC405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

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

R = 61.46%
G = 15.61%
B = 22.93%

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

#FC405E (or 0xFC405E) is known color: Radical Red. HEX triplet: FC, 40 and 5E. RGB value is (252,64,94). Sum of RGB (Red+Green+Blue) = 252+64+94=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC405E is #03BFA1. Grayscale: #7B7B7B. Windows color (decimal): -245666 or 6177020. OLE color: 6177020.

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

Color convert

RGB 252 64 94 -
CMYK 0 0.75 0.63 0.01
HSL 350.43º 0.97% 0.62% -
HSV(B) 350.43º 0.75% 0.99% -
XYZ 44 25.17 13.13 -
YUV 123.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 252 64 94 0 0.75 0.63 0.01 350.43 0.97 0.62
Hex FC 40 5E 0 4B 3F 1 15E 61 3E
Octal 374 100 136 0 113 77 1 536 141 76
Binary 11111100 1000000 1011110 0 1001011 111111 1 101011110 1100001 111110

Color Harmonies of #FC405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC405E

Black with #FC405E

Text Example


Text Example

White with #FC405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC405E; }

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

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

background-color css

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

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

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

border-color css

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

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

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