Html Css Color HEX #FF1359 Razzmatazz

📋 copy color: '#FF1359'

red 255 ◦ green 19 ◦ blue 89

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

Shades of Razzmatazz #FF1359

Tints of Razzmatazz #FF1359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

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

R = 70.25%
G = 5.23%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF1359 (or 0xFF1359) is known color: Razzmatazz. HEX triplet: FF, 13 and 59. RGB value is (255,19,89). Sum of RGB (Red+Green+Blue) = 255+19+89=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1359 is #00ECA6. Grayscale: #616161. Windows color (decimal): -60583 or 5837823. OLE color: 5837823.

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

Color convert

RGB 255 19 89 -
CMYK 0 0.93 0.65 0
HSL 342.2º 1% 0.54% -
HSV(B) 342.2º 0.93% 1% -
XYZ 43.28 22.45 11.5 -
YUV 97.54 123.19 240.31 -
System Red Green Blue C M Y K H S L
Decimal 255 19 89 0 0.93 0.65 0 342.2 1 0.54
Hex FF 13 59 0 5D 41 0 156 64 36
Octal 377 23 131 0 135 101 0 526 144 66
Binary 11111111 10011 1011001 0 1011101 1000001 0 101010110 1100100 110110

Color Harmonies of #FF1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1359

Black with #FF1359

Text Example


Text Example

White with #FF1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1359; }

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

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

background-color css

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

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

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

border-color css

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

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

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