Html Css Color HEX #FE1271 Razzmatazz

📋 copy color: '#FE1271'

red 254 ◦ green 18 ◦ blue 113

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

Shades of Razzmatazz #FE1271

Tints of Razzmatazz #FE1271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

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

R = 65.97%
G = 4.68%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE1271 (or 0xFE1271) is known color: Razzmatazz. HEX triplet: FE, 12 and 71. RGB value is (254,18,113). Sum of RGB (Red+Green+Blue) = 254+18+113=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1271 is #01ED8E. Grayscale: #636363. Windows color (decimal): -126351 or 7410430. OLE color: 7410430.

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

Color convert

RGB 254 18 113 -
CMYK 0 0.93 0.56 0.00
HSL 335.85º 0.99% 0.53% -
HSV(B) 335.85º 0.93% 1% -
XYZ 44.07 22.7 17.68 -
YUV 99.39 135.69 238.28 -
System Red Green Blue C M Y K H S L
Decimal 254 18 113 0 0.93 0.56 0.00 335.85 0.99 0.53
Hex FE 12 71 0 5D 38 0 150 63 35
Octal 376 22 161 0 135 70 0 520 143 65
Binary 11111110 10010 1110001 0 1011101 111000 0 101010000 1100011 110101

Color Harmonies of #FE1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1271

Black with #FE1271

Text Example


Text Example

White with #FE1271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1271; }

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

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

background-color css

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

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

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

border-color css

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

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

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