Html Css Color HEX #FC005B Razzmatazz

📋 copy color: '#FC005B'

red 252 ◦ green 0 ◦ blue 91

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

Shades of Razzmatazz #FC005B

Tints of Razzmatazz #FC005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 73.47%
G = 0%
B = 26.53%

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

#FC005B (or 0xFC005B) is known color: Razzmatazz. HEX triplet: FC, 00 and 5B. RGB value is (252,0,91). Sum of RGB (Red+Green+Blue) = 252+0+91=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC005B is #03FFA4. Grayscale: #555555. Windows color (decimal): -262053 or 5964028. OLE color: 5964028.

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

Color convert

RGB 252 0 91 -
CMYK 0 1 0.64 0.01
HSL 338.33º 1% 0.49% -
HSV(B) 338.33º 1% 0.99% -
XYZ 42.03 21.45 11.82 -
YUV 85.72 130.99 246.6 -
System Red Green Blue C M Y K H S L
Decimal 252 0 91 0 1 0.64 0.01 338.33 1 0.49
Hex FC 0 5B 0 64 40 1 152 64 31
Octal 374 0 133 0 144 100 1 522 144 61
Binary 11111100 0 1011011 0 1100100 1000000 1 101010010 1100100 110001

Color Harmonies of #FC005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC005B

Black with #FC005B

Text Example


Text Example

White with #FC005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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