Html Css Color HEX #FC1D64 Radical Red

📋 copy color: '#FC1D64'

red 252 ◦ green 29 ◦ blue 100

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

Shades of Radical Red #FC1D64

Tints of Radical Red #FC1D64

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.61%

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

R = 66.14%
G = 7.61%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1D64 (or 0xFC1D64) is known color: Radical Red. HEX triplet: FC, 1D and 64. RGB value is (252,29,100). Sum of RGB (Red+Green+Blue) = 252+29+100=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D64 is #03E29B. Grayscale: #676767. Windows color (decimal): -254620 or 6561276. OLE color: 6561276.

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

Color convert

RGB 252 29 100 -
CMYK 0 0.88 0.60 0.01
HSL 340.9º 0.97% 0.55% -
HSV(B) 340.9º 0.88% 0.99% -
XYZ 42.88 22.49 14.14 -
YUV 103.77 125.88 233.73 -
System Red Green Blue C M Y K H S L
Decimal 252 29 100 0 0.88 0.60 0.01 340.9 0.97 0.55
Hex FC 1D 64 0 58 3C 1 155 61 37
Octal 374 35 144 0 130 74 1 525 141 67
Binary 11111100 11101 1100100 0 1011000 111100 1 101010101 1100001 110111

Color Harmonies of #FC1D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D64

Black with #FC1D64

Text Example


Text Example

White with #FC1D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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