Html Css Color HEX #FC1464 Razzmatazz

📋 copy color: '#FC1464'

red 252 ◦ green 20 ◦ blue 100

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

Shades of Razzmatazz #FC1464

Tints of Razzmatazz #FC1464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

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

R = 67.74%
G = 5.38%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1464 (or 0xFC1464) is known color: Razzmatazz. HEX triplet: FC, 14 and 64. RGB value is (252,20,100). Sum of RGB (Red+Green+Blue) = 252+20+100=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1464 is #03EB9B. Grayscale: #626262. Windows color (decimal): -256924 or 6558972. OLE color: 6558972.

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

Color convert

RGB 252 20 100 -
CMYK 0 0.92 0.60 0.01
HSL 339.31º 0.97% 0.53% -
HSV(B) 339.31º 0.92% 0.99% -
XYZ 42.7 22.12 14.08 -
YUV 98.49 128.86 237.5 -
System Red Green Blue C M Y K H S L
Decimal 252 20 100 0 0.92 0.60 0.01 339.31 0.97 0.53
Hex FC 14 64 0 5C 3C 1 153 61 35
Octal 374 24 144 0 134 74 1 523 141 65
Binary 11111100 10100 1100100 0 1011100 111100 1 101010011 1100001 110101

Color Harmonies of #FC1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1464

Black with #FC1464

Text Example


Text Example

White with #FC1464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1464; }

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

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

background-color css

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

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

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

border-color css

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

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

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