Html Css Color HEX #FE0362 Razzmatazz

📋 copy color: '#FE0362'

red 254 ◦ green 3 ◦ blue 98

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

Shades of Razzmatazz #FE0362

Tints of Razzmatazz #FE0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 71.55%
G = 0.85%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE0362 (or 0xFE0362) is known color: Razzmatazz. HEX triplet: FE, 03 and 62. RGB value is (254,3,98). Sum of RGB (Red+Green+Blue) = 254+3+98=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0362 is #01FC9D. Grayscale: #585858. Windows color (decimal): -130206 or 6423550. OLE color: 6423550.

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

Color convert

RGB 254 3 98 -
CMYK 0 0.99 0.61 0.00
HSL 337.29º 0.99% 0.5% -
HSV(B) 337.29º 0.99% 1% -
XYZ 43.11 22.02 13.53 -
YUV 88.88 133.16 245.78 -
System Red Green Blue C M Y K H S L
Decimal 254 3 98 0 0.99 0.61 0.00 337.29 0.99 0.5
Hex FE 3 62 0 63 3D 0 151 63 32
Octal 376 3 142 0 143 75 0 521 143 62
Binary 11111110 11 1100010 0 1100011 111101 0 101010001 1100011 110010

Color Harmonies of #FE0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0362

Black with #FE0362

Text Example


Text Example

White with #FE0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0362; }

 p { color: rgb(254,3,98); }

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

background-color css

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

 a { background-color: rgb(254,3,98); }

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

border-color css

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

 span { border-color: rgb(254,3,98); }

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