Html Css Color HEX #FE0150 Razzmatazz

📋 copy color: '#FE0150'

red 254 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #FE0150

Tints of Razzmatazz #FE0150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 75.82%
G = 0.3%
B = 23.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE0150 (or 0xFE0150) is known color: Razzmatazz. HEX triplet: FE, 01 and 50. RGB value is (254,1,80). Sum of RGB (Red+Green+Blue) = 254+1+80=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0150 is #01FEAF. Grayscale: #555555. Windows color (decimal): -130736 or 5243390. OLE color: 5243390.

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

Color convert

RGB 254 1 80 -
CMYK 0 1.00 0.69 0.00
HSL 341.26º 0.99% 0.5% -
HSV(B) 341.26º 1% 1% -
XYZ 42.33 21.67 9.54 -
YUV 85.65 124.82 248.08 -
System Red Green Blue C M Y K H S L
Decimal 254 1 80 0 1.00 0.69 0.00 341.26 0.99 0.5
Hex FE 1 50 0 64 45 0 155 63 32
Octal 376 1 120 0 144 105 0 525 143 62
Binary 11111110 1 1010000 0 1100100 1000101 0 101010101 1100011 110010

Color Harmonies of #FE0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0150

Black with #FE0150

Text Example


Text Example

White with #FE0150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0150; }

 p { color: rgb(254,1,80); }

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

background-color css

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

 a { background-color: rgb(254,1,80); }

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

border-color css

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

 span { border-color: rgb(254,1,80); }

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