Html Css Color HEX #FC3A55 Radical Red

📋 copy color: '#FC3A55'

red 252 ◦ green 58 ◦ blue 85

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

Shades of Radical Red #FC3A55

Tints of Radical Red #FC3A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.52%

R = 63.8%
G = 14.68%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC3A55 (or 0xFC3A55) is known color: Radical Red. HEX triplet: FC, 3A and 55. RGB value is (252,58,85). Sum of RGB (Red+Green+Blue) = 252+58+85=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A55 is #03C5AA. Grayscale: #777777. Windows color (decimal): -247211 or 5585660. OLE color: 5585660.

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

Color convert

RGB 252 58 85 -
CMYK 0 0.77 0.66 0.01
HSL 351.65º 0.97% 0.61% -
HSV(B) 351.65º 0.77% 0.99% -
XYZ 43.3 24.38 11.02 -
YUV 119.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 252 58 85 0 0.77 0.66 0.01 351.65 0.97 0.61
Hex FC 3A 55 0 4D 42 1 160 61 3D
Octal 374 72 125 0 115 102 1 540 141 75
Binary 11111100 111010 1010101 0 1001101 1000010 1 101100000 1100001 111101

Color Harmonies of #FC3A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A55

Black with #FC3A55

Text Example


Text Example

White with #FC3A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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