Html Css Color HEX #FF0359 Razzmatazz

📋 copy color: '#FF0359'

red 255 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #FF0359

Tints of Razzmatazz #FF0359

RGB

 RED value IS 255 (100% from 255) = 73.49%

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

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 73.49%
G = 0.86%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF0359 (or 0xFF0359) is known color: Razzmatazz. HEX triplet: FF, 03 and 59. RGB value is (255,3,89). Sum of RGB (Red+Green+Blue) = 255+3+89=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0359 is #00FCA6. Grayscale: #585858. Windows color (decimal): -64679 or 5833727. OLE color: 5833727.

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

Color convert

RGB 255 3 89 -
CMYK 0 0.99 0.65 0
HSL 339.52º 1% 0.51% -
HSV(B) 339.52º 0.99% 1% -
XYZ 43.08 22.05 11.44 -
YUV 88.15 128.49 247.01 -
System Red Green Blue C M Y K H S L
Decimal 255 3 89 0 0.99 0.65 0 339.52 1 0.51
Hex FF 3 59 0 63 41 0 154 64 33
Octal 377 3 131 0 143 101 0 524 144 63
Binary 11111111 11 1011001 0 1100011 1000001 0 101010100 1100100 110011

Color Harmonies of #FF0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0359

Black with #FF0359

Text Example


Text Example

White with #FF0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0359; }

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

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

background-color css

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

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

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

border-color css

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

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

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