Html Css Color HEX #FC0B53 Razzmatazz

📋 copy color: '#FC0B53'

red 252 ◦ green 11 ◦ blue 83

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

Shades of Razzmatazz #FC0B53

Tints of Razzmatazz #FC0B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

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

R = 72.83%
G = 3.18%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC0B53 (or 0xFC0B53) is known color: Razzmatazz. HEX triplet: FC, 0B and 53. RGB value is (252,11,83). Sum of RGB (Red+Green+Blue) = 252+11+83=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0B53 is #03F4AC. Grayscale: #5B5B5B. Windows color (decimal): -259245 or 5442556. OLE color: 5442556.

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

Color convert

RGB 252 11 83 -
CMYK 0 0.96 0.67 0.01
HSL 342.07º 0.98% 0.52% -
HSV(B) 342.07º 0.96% 0.99% -
XYZ 41.83 21.56 10.14 -
YUV 91.27 123.34 242.65 -
System Red Green Blue C M Y K H S L
Decimal 252 11 83 0 0.96 0.67 0.01 342.07 0.98 0.52
Hex FC B 53 0 60 43 1 156 62 34
Octal 374 13 123 0 140 103 1 526 142 64
Binary 11111100 1011 1010011 0 1100000 1000011 1 101010110 1100010 110100

Color Harmonies of #FC0B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B53

Black with #FC0B53

Text Example


Text Example

White with #FC0B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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