#FF0358

Color #FF0358 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #FF0358

Tints of Razzmatazz #FF0358

Color information

#FF0358 (or 0xFF0358) is unknown color: approx Razzmatazz. HEX triplet: FF, 03 and 58. RGB value is (255,3,88). Sum of RGB (Red+Green+Blue) = 255+3+88=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0358 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0358 is #00FCA7. Grayscale: #575757. Windows color (decimal): -64680 or 5768191. OLE color: 5768191.

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

Color convert

RGB255388-
CMYK00.990.650
HSL339.76º100%50.59%-
HSV(B)339.76º98.82%100%-
XYZ43.0322.0311.22-
YUV88.04127.99247.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.70%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=73.70%
G=0.87%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25538800.990.650339.7610050.59
HexFF3580634101546433
Octal37731300143101052414463
Binary1111111111101100001100011100000101010101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0358; }

 p { color: rgb(255,3,88); }

 H1.HeaderClassName
 {
   color: #FF0358;
 }
 .AnyTagClassName
 {
   color: #FF0358;
 }
</style>
background-color css

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

 a { background-color: rgb(255,3,88); }

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

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

 span { border-color: rgb(255,3,88); }

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