Html Css Color HEX #FE0070 Razzmatazz

📋 copy color: '#FE0070'

red 254 ◦ green 0 ◦ blue 112

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

Shades of Razzmatazz #FE0070

Tints of Razzmatazz #FE0070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 69.4%
G = 0%
B = 30.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE0070 (or 0xFE0070) is known color: Razzmatazz. HEX triplet: FE, 00 and 70. RGB value is (254,0,112). Sum of RGB (Red+Green+Blue) = 254+0+112=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0070 is #01FF8F. Grayscale: #585858. Windows color (decimal): -130960 or 7340286. OLE color: 7340286.

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

Color convert

RGB 254 0 112 -
CMYK 0 1 0.56 0.00
HSL 333.54º 1% 0.5% -
HSV(B) 333.54º 1% 1% -
XYZ 43.8 22.24 17.31 -
YUV 88.71 141.15 245.89 -
System Red Green Blue C M Y K H S L
Decimal 254 0 112 0 1 0.56 0.00 333.54 1 0.5
Hex FE 0 70 0 64 38 0 14E 64 32
Octal 376 0 160 0 144 70 0 516 144 62
Binary 11111110 0 1110000 0 1100100 111000 0 101001110 1100100 110010

Color Harmonies of #FE0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0070

Black with #FE0070

Text Example


Text Example

White with #FE0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0070; }

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

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

background-color css

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

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

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

border-color css

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

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

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