Html Css Color HEX #FC1460 Razzmatazz

📋 copy color: '#FC1460'

red 252 ◦ green 20 ◦ blue 96

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

Shades of Razzmatazz #FC1460

Tints of Razzmatazz #FC1460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 68.48%
G = 5.43%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC1460 (or 0xFC1460) is known color: Razzmatazz. HEX triplet: FC, 14 and 60. RGB value is (252,20,96). Sum of RGB (Red+Green+Blue) = 252+20+96=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1460 is #03EB9F. Grayscale: #616161. Windows color (decimal): -256928 or 6296828. OLE color: 6296828.

HSL color Cylindrical-coordinate representation of color #FC1460: hue angle of 340.34º 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 #FC1460 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 20 96 -
CMYK 0 0.92 0.62 0.01
HSL 340.34º 0.97% 0.53% -
HSV(B) 340.34º 0.92% 0.99% -
XYZ 42.51 22.04 13.08 -
YUV 98.03 126.86 237.82 -
System Red Green Blue C M Y K H S L
Decimal 252 20 96 0 0.92 0.62 0.01 340.34 0.97 0.53
Hex FC 14 60 0 5C 3E 1 154 61 35
Octal 374 24 140 0 134 76 1 524 141 65
Binary 11111100 10100 1100000 0 1011100 111110 1 101010100 1100001 110101

Color Harmonies of #FC1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1460

Black with #FC1460

Text Example


Text Example

White with #FC1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1460; }

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

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

background-color css

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

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

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

border-color css

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

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

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