Html Css Color HEX #FC1B64 Radical Red

📋 copy color: '#FC1B64'

red 252 ◦ green 27 ◦ blue 100

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

Shades of Radical Red #FC1B64

Tints of Radical Red #FC1B64

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.12%

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

R = 66.49%
G = 7.12%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1B64 (or 0xFC1B64) is known color: Radical Red. HEX triplet: FC, 1B and 64. RGB value is (252,27,100). Sum of RGB (Red+Green+Blue) = 252+27+100=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B64 is #03E49B. Grayscale: #666666. Windows color (decimal): -255132 or 6560764. OLE color: 6560764.

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

Color convert

RGB 252 27 100 -
CMYK 0 0.89 0.60 0.01
HSL 340.53º 0.97% 0.55% -
HSV(B) 340.53º 0.89% 0.99% -
XYZ 42.84 22.4 14.12 -
YUV 102.6 126.54 234.56 -
System Red Green Blue C M Y K H S L
Decimal 252 27 100 0 0.89 0.60 0.01 340.53 0.97 0.55
Hex FC 1B 64 0 59 3C 1 155 61 37
Octal 374 33 144 0 131 74 1 525 141 67
Binary 11111100 11011 1100100 0 1011001 111100 1 101010101 1100001 110111

Color Harmonies of #FC1B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B64

Black with #FC1B64

Text Example


Text Example

White with #FC1B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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