Html Css Color HEX #FC005A Razzmatazz

📋 copy color: '#FC005A'

red 252 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #FC005A

Tints of Razzmatazz #FC005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 73.68%
G = 0%
B = 26.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC005A (or 0xFC005A) is known color: Razzmatazz. HEX triplet: FC, 00 and 5A. RGB value is (252,0,90). Sum of RGB (Red+Green+Blue) = 252+0+90=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC005A is #03FFA5. Grayscale: #555555. Windows color (decimal): -262054 or 5898492. OLE color: 5898492.

HSL color Cylindrical-coordinate representation of color #FC005A: hue angle of 338.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC005A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 90 -
CMYK 0 1 0.64 0.01
HSL 338.57º 1% 0.49% -
HSV(B) 338.57º 1% 0.99% -
XYZ 41.99 21.43 11.6 -
YUV 85.61 130.49 246.68 -
System Red Green Blue C M Y K H S L
Decimal 252 0 90 0 1 0.64 0.01 338.57 1 0.49
Hex FC 0 5A 0 64 40 1 153 64 31
Octal 374 0 132 0 144 100 1 523 144 61
Binary 11111100 0 1011010 0 1100100 1000000 1 101010011 1100100 110001

Color Harmonies of #FC005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC005A

Black with #FC005A

Text Example


Text Example

White with #FC005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC005A; }

 p { color: rgb(252,0,90); }

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

background-color css

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

 a { background-color: rgb(252,0,90); }

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

border-color css

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

 span { border-color: rgb(252,0,90); }

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