Html Css Color HEX #FC0151 Razzmatazz

📋 copy color: '#FC0151'

red 252 ◦ green 1 ◦ blue 81

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

Shades of Razzmatazz #FC0151

Tints of Razzmatazz #FC0151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 75.45%
G = 0.3%
B = 24.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC0151 (or 0xFC0151) is known color: Razzmatazz. HEX triplet: FC, 01 and 51. RGB value is (252,1,81). Sum of RGB (Red+Green+Blue) = 252+1+81=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0151 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0151 is #03FEAE. Grayscale: #555555. Windows color (decimal): -261807 or 5308924. OLE color: 5308924.

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

Color convert

RGB 252 1 81 -
CMYK 0 1.00 0.68 0.01
HSL 340.88º 0.99% 0.5% -
HSV(B) 340.88º 1% 0.99% -
XYZ 41.64 21.31 9.7 -
YUV 85.17 125.66 247 -
System Red Green Blue C M Y K H S L
Decimal 252 1 81 0 1.00 0.68 0.01 340.88 0.99 0.5
Hex FC 1 51 0 64 44 1 155 63 32
Octal 374 1 121 0 144 104 1 525 143 62
Binary 11111100 1 1010001 0 1100100 1000100 1 101010101 1100011 110010

Color Harmonies of #FC0151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0151

Black with #FC0151

Text Example


Text Example

White with #FC0151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0151; }

 p { color: rgb(252,1,81); }

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

background-color css

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

 a { background-color: rgb(252,1,81); }

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

border-color css

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

 span { border-color: rgb(252,1,81); }

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