Html Css Color HEX #FC3A41 Radical Red

📋 copy color: '#FC3A41'

red 252 ◦ green 58 ◦ blue 65

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

Shades of Radical Red #FC3A41

Tints of Radical Red #FC3A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 67.2%
G = 15.47%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC3A41 (or 0xFC3A41) is known color: Radical Red. HEX triplet: FC, 3A and 41. RGB value is (252,58,65). Sum of RGB (Red+Green+Blue) = 252+58+65=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A41 is #03C5BE. Grayscale: #747474. Windows color (decimal): -247231 or 4274940. OLE color: 4274940.

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

Color convert

RGB 252 58 65 -
CMYK 0 0.77 0.74 0.01
HSL 357.84º 0.97% 0.61% -
HSV(B) 357.84º 0.77% 0.99% -
XYZ 42.61 24.1 7.41 -
YUV 116.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 252 58 65 0 0.77 0.74 0.01 357.84 0.97 0.61
Hex FC 3A 41 0 4D 4A 1 166 61 3D
Octal 374 72 101 0 115 112 1 546 141 75
Binary 11111100 111010 1000001 0 1001101 1001010 1 101100110 1100001 111101

Color Harmonies of #FC3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A41

Black with #FC3A41

Text Example


Text Example

White with #FC3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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