Html Css Color HEX #FE0073 Razzmatazz

📋 copy color: '#FE0073'

red 254 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #FE0073

Tints of Razzmatazz #FE0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 68.83%
G = 0%
B = 31.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE0073 (or 0xFE0073) is known color: Razzmatazz. HEX triplet: FE, 00 and 73. RGB value is (254,0,115). Sum of RGB (Red+Green+Blue) = 254+0+115=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0073 is #01FF8C. Grayscale: #585858. Windows color (decimal): -130957 or 7536894. OLE color: 7536894.

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

Color convert

RGB 254 0 115 -
CMYK 0 1 0.55 0.00
HSL 332.83º 1% 0.5% -
HSV(B) 332.83º 1% 1% -
XYZ 43.97 22.31 18.21 -
YUV 89.06 142.65 245.65 -
System Red Green Blue C M Y K H S L
Decimal 254 0 115 0 1 0.55 0.00 332.83 1 0.5
Hex FE 0 73 0 64 37 0 14D 64 32
Octal 376 0 163 0 144 67 0 515 144 62
Binary 11111110 0 1110011 0 1100100 110111 0 101001101 1100100 110010

Color Harmonies of #FE0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0073

Black with #FE0073

Text Example


Text Example

White with #FE0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0073; }

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

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

background-color css

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

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

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

border-color css

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

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

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