Html Css Color HEX #FC3464 Radical Red

📋 copy color: '#FC3464'

red 252 ◦ green 52 ◦ blue 100

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

Shades of Radical Red #FC3464

Tints of Radical Red #FC3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

 BLUE value IS 100 (39.45% from 255) = 24.75%

R = 62.38%
G = 12.87%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC3464 (or 0xFC3464) is known color: Radical Red. HEX triplet: FC, 34 and 64. RGB value is (252,52,100). Sum of RGB (Red+Green+Blue) = 252+52+100=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3464 is #03CB9B. Grayscale: #757575. Windows color (decimal): -248732 or 6567164. OLE color: 6567164.

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

Color convert

RGB 252 52 100 -
CMYK 0 0.79 0.60 0.01
HSL 345.6º 0.97% 0.6% -
HSV(B) 345.6º 0.79% 0.99% -
XYZ 43.67 24.07 14.4 -
YUV 117.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 252 52 100 0 0.79 0.60 0.01 345.6 0.97 0.6
Hex FC 34 64 0 4F 3C 1 15A 61 3C
Octal 374 64 144 0 117 74 1 532 141 74
Binary 11111100 110100 1100100 0 1001111 111100 1 101011010 1100001 111100

Color Harmonies of #FC3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3464

Black with #FC3464

Text Example


Text Example

White with #FC3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3464; }

 p { color: rgb(252,52,100); }

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

background-color css

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

 a { background-color: rgb(252,52,100); }

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

border-color css

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

 span { border-color: rgb(252,52,100); }

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