Html Css Color HEX #FE0051 Razzmatazz

📋 copy color: '#FE0051'

red 254 ◦ green 0 ◦ blue 81

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

Shades of Razzmatazz #FE0051

Tints of Razzmatazz #FE0051

RGB

 RED value IS 254 (99.61% from 255) = 75.82%

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

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

R = 75.82%
G = 0%
B = 24.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE0051 (or 0xFE0051) is known color: Razzmatazz. HEX triplet: FE, 00 and 51. RGB value is (254,0,81). Sum of RGB (Red+Green+Blue) = 254+0+81=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0051 is #01FFAE. Grayscale: #555555. Windows color (decimal): -130991 or 5308670. OLE color: 5308670.

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

Color convert

RGB 254 0 81 -
CMYK 0 1 0.68 0.00
HSL 340.87º 1% 0.5% -
HSV(B) 340.87º 1% 1% -
XYZ 42.36 21.66 9.73 -
YUV 85.18 125.65 248.41 -
System Red Green Blue C M Y K H S L
Decimal 254 0 81 0 1 0.68 0.00 340.87 1 0.5
Hex FE 0 51 0 64 44 0 155 64 32
Octal 376 0 121 0 144 104 0 525 144 62
Binary 11111110 0 1010001 0 1100100 1000100 0 101010101 1100100 110010

Color Harmonies of #FE0051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0051

Black with #FE0051

Text Example


Text Example

White with #FE0051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0051; }

 p { color: rgb(254,0,81); }

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

background-color css

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

 a { background-color: rgb(254,0,81); }

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

border-color css

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

 span { border-color: rgb(254,0,81); }

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