Html Css Color HEX #FC1A64 Radical Red

📋 copy color: '#FC1A64'

red 252 ◦ green 26 ◦ blue 100

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

Shades of Radical Red #FC1A64

Tints of Radical Red #FC1A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

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

R = 66.67%
G = 6.88%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1A64 (or 0xFC1A64) is known color: Radical Red. HEX triplet: FC, 1A and 64. RGB value is (252,26,100). Sum of RGB (Red+Green+Blue) = 252+26+100=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A64 is #03E59B. Grayscale: #656565. Windows color (decimal): -255388 or 6560508. OLE color: 6560508.

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

Color convert

RGB 252 26 100 -
CMYK 0 0.90 0.60 0.01
HSL 340.35º 0.97% 0.55% -
HSV(B) 340.35º 0.9% 0.99% -
XYZ 42.81 22.35 14.11 -
YUV 102.01 126.87 234.98 -
System Red Green Blue C M Y K H S L
Decimal 252 26 100 0 0.90 0.60 0.01 340.35 0.97 0.55
Hex FC 1A 64 0 5A 3C 1 154 61 37
Octal 374 32 144 0 132 74 1 524 141 67
Binary 11111100 11010 1100100 0 1011010 111100 1 101010100 1100001 110111

Color Harmonies of #FC1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A64

Black with #FC1A64

Text Example


Text Example

White with #FC1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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