Html Css Color HEX #FE0050 Razzmatazz

📋 copy color: '#FE0050'

red 254 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #FE0050

Tints of Razzmatazz #FE0050

RGB

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

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

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

R = 76.05%
G = 0%
B = 23.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE0050 (or 0xFE0050) is known color: Razzmatazz. HEX triplet: FE, 00 and 50. RGB value is (254,0,80). Sum of RGB (Red+Green+Blue) = 254+0+80=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0050 is #01FFAF. Grayscale: #555555. Windows color (decimal): -130992 or 5243134. OLE color: 5243134.

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

Color convert

RGB 254 0 80 -
CMYK 0 1 0.69 0.00
HSL 341.1º 1% 0.5% -
HSV(B) 341.1º 1% 1% -
XYZ 42.32 21.65 9.54 -
YUV 85.07 125.15 248.5 -
System Red Green Blue C M Y K H S L
Decimal 254 0 80 0 1 0.69 0.00 341.1 1 0.5
Hex FE 0 50 0 64 45 0 155 64 32
Octal 376 0 120 0 144 105 0 525 144 62
Binary 11111110 0 1010000 0 1100100 1000101 0 101010101 1100100 110010

Color Harmonies of #FE0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0050

Black with #FE0050

Text Example


Text Example

White with #FE0050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0050; }

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

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

background-color css

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

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

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

border-color css

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

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

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