Html Css Color HEX #FE0152 Razzmatazz

📋 copy color: '#FE0152'

red 254 ◦ green 1 ◦ blue 82

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

Shades of Razzmatazz #FE0152

Tints of Razzmatazz #FE0152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 75.37%
G = 0.3%
B = 24.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE0152 (or 0xFE0152) is known color: Razzmatazz. HEX triplet: FE, 01 and 52. RGB value is (254,1,82). Sum of RGB (Red+Green+Blue) = 254+1+82=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0152 is #01FEAD. Grayscale: #555555. Windows color (decimal): -130734 or 5374462. OLE color: 5374462.

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

Color convert

RGB 254 1 82 -
CMYK 0 1.00 0.68 0.00
HSL 340.79º 0.99% 0.5% -
HSV(B) 340.79º 1% 1% -
XYZ 42.41 21.7 9.94 -
YUV 85.88 125.82 247.91 -
System Red Green Blue C M Y K H S L
Decimal 254 1 82 0 1.00 0.68 0.00 340.79 0.99 0.5
Hex FE 1 52 0 64 44 0 155 63 32
Octal 376 1 122 0 144 104 0 525 143 62
Binary 11111110 1 1010010 0 1100100 1000100 0 101010101 1100011 110010

Color Harmonies of #FE0152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0152

Black with #FE0152

Text Example


Text Example

White with #FE0152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0152; }

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

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

background-color css

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

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

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

border-color css

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

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

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