Html Css Color HEX #FE0271 Razzmatazz

📋 copy color: '#FE0271'

red 254 ◦ green 2 ◦ blue 113

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

Shades of Razzmatazz #FE0271

Tints of Razzmatazz #FE0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 68.83%
G = 0.54%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE0271 (or 0xFE0271) is known color: Razzmatazz. HEX triplet: FE, 02 and 71. RGB value is (254,2,113). Sum of RGB (Red+Green+Blue) = 254+2+113=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0271 is #01FD8E. Grayscale: #595959. Windows color (decimal): -130447 or 7406334. OLE color: 7406334.

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

Color convert

RGB 254 2 113 -
CMYK 0 0.99 0.56 0.00
HSL 333.57º 0.99% 0.5% -
HSV(B) 333.57º 0.99% 1% -
XYZ 43.88 22.31 17.62 -
YUV 90 140.99 244.97 -
System Red Green Blue C M Y K H S L
Decimal 254 2 113 0 0.99 0.56 0.00 333.57 0.99 0.5
Hex FE 2 71 0 63 38 0 14E 63 32
Octal 376 2 161 0 143 70 0 516 143 62
Binary 11111110 10 1110001 0 1100011 111000 0 101001110 1100011 110010

Color Harmonies of #FE0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0271

Black with #FE0271

Text Example


Text Example

White with #FE0271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0271; }

 p { color: rgb(254,2,113); }

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

background-color css

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

 a { background-color: rgb(254,2,113); }

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

border-color css

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

 span { border-color: rgb(254,2,113); }

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