Html Css Color HEX #FE1259 Razzmatazz

📋 copy color: '#FE1259'

red 254 ◦ green 18 ◦ blue 89

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

Shades of Razzmatazz #FE1259

Tints of Razzmatazz #FE1259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.65%

R = 70.36%
G = 4.99%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE1259 (or 0xFE1259) is known color: Razzmatazz. HEX triplet: FE, 12 and 59. RGB value is (254,18,89). Sum of RGB (Red+Green+Blue) = 254+18+89=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1259 is #01EDA6. Grayscale: #606060. Windows color (decimal): -126375 or 5837566. OLE color: 5837566.

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

Color convert

RGB 254 18 89 -
CMYK 0 0.93 0.65 0.00
HSL 341.95º 0.99% 0.53% -
HSV(B) 341.95º 0.93% 1% -
XYZ 42.89 22.22 11.48 -
YUV 96.66 123.69 240.23 -
System Red Green Blue C M Y K H S L
Decimal 254 18 89 0 0.93 0.65 0.00 341.95 0.99 0.53
Hex FE 12 59 0 5D 41 0 156 63 35
Octal 376 22 131 0 135 101 0 526 143 65
Binary 11111110 10010 1011001 0 1011101 1000001 0 101010110 1100011 110101

Color Harmonies of #FE1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1259

Black with #FE1259

Text Example


Text Example

White with #FE1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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