Html Css Color HEX #FC0561 Razzmatazz

📋 copy color: '#FC0561'

red 252 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #FC0561

Tints of Razzmatazz #FC0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 71.19%
G = 1.41%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC0561 (or 0xFC0561) is known color: Razzmatazz. HEX triplet: FC, 05 and 61. RGB value is (252,5,97). Sum of RGB (Red+Green+Blue) = 252+5+97=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0561 is #03FA9E. Grayscale: #595959. Windows color (decimal): -260767 or 6358524. OLE color: 6358524.

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

Color convert

RGB 252 5 97 -
CMYK 0 0.98 0.62 0.01
HSL 337.65º 0.98% 0.5% -
HSV(B) 337.65º 0.98% 0.99% -
XYZ 42.36 21.67 13.26 -
YUV 89.34 132.33 244.02 -
System Red Green Blue C M Y K H S L
Decimal 252 5 97 0 0.98 0.62 0.01 337.65 0.98 0.5
Hex FC 5 61 0 62 3E 1 152 62 32
Octal 374 5 141 0 142 76 1 522 142 62
Binary 11111100 101 1100001 0 1100010 111110 1 101010010 1100010 110010

Color Harmonies of #FC0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0561

Black with #FC0561

Text Example


Text Example

White with #FC0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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