Html Css Color HEX #FE0360 Razzmatazz

📋 copy color: '#FE0360'

red 254 ◦ green 3 ◦ blue 96

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

Shades of Razzmatazz #FE0360

Tints of Razzmatazz #FE0360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 71.95%
G = 0.85%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE0360 (or 0xFE0360) is known color: Razzmatazz. HEX triplet: FE, 03 and 60. RGB value is (254,3,96). Sum of RGB (Red+Green+Blue) = 254+3+96=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0360 is #01FC9F. Grayscale: #585858. Windows color (decimal): -130208 or 6292478. OLE color: 6292478.

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

Color convert

RGB 254 3 96 -
CMYK 0 0.99 0.62 0.00
HSL 337.77º 0.99% 0.5% -
HSV(B) 337.77º 0.99% 1% -
XYZ 43.02 21.98 13.04 -
YUV 88.65 132.16 245.94 -
System Red Green Blue C M Y K H S L
Decimal 254 3 96 0 0.99 0.62 0.00 337.77 0.99 0.5
Hex FE 3 60 0 63 3E 0 152 63 32
Octal 376 3 140 0 143 76 0 522 143 62
Binary 11111110 11 1100000 0 1100011 111110 0 101010010 1100011 110010

Color Harmonies of #FE0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0360

Black with #FE0360

Text Example


Text Example

White with #FE0360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0360; }

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

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

background-color css

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

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

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

border-color css

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

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

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