Html Css Color HEX #FC0553 Razzmatazz

📋 copy color: '#FC0553'

red 252 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #FC0553

Tints of Razzmatazz #FC0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 74.12%
G = 1.47%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC0553 (or 0xFC0553) is known color: Razzmatazz. HEX triplet: FC, 05 and 53. RGB value is (252,5,83). Sum of RGB (Red+Green+Blue) = 252+5+83=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0553 is #03FAAC. Grayscale: #575757. Windows color (decimal): -260781 or 5441020. OLE color: 5441020.

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

Color convert

RGB 252 5 83 -
CMYK 0 0.98 0.67 0.01
HSL 341.05º 0.98% 0.5% -
HSV(B) 341.05º 0.98% 0.99% -
XYZ 41.76 21.43 10.12 -
YUV 87.75 125.33 245.16 -
System Red Green Blue C M Y K H S L
Decimal 252 5 83 0 0.98 0.67 0.01 341.05 0.98 0.5
Hex FC 5 53 0 62 43 1 155 62 32
Octal 374 5 123 0 142 103 1 525 142 62
Binary 11111100 101 1010011 0 1100010 1000011 1 101010101 1100010 110010

Color Harmonies of #FC0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0553

Black with #FC0553

Text Example


Text Example

White with #FC0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0553; }

 p { color: rgb(252,5,83); }

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

background-color css

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

 a { background-color: rgb(252,5,83); }

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

border-color css

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

 span { border-color: rgb(252,5,83); }

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