Html Css Color HEX #FF1059 Razzmatazz

📋 copy color: '#FF1059'

red 255 ◦ green 16 ◦ blue 89

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

Shades of Razzmatazz #FF1059

Tints of Razzmatazz #FF1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

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

R = 70.83%
G = 4.44%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF1059 (or 0xFF1059) is known color: Razzmatazz. HEX triplet: FF, 10 and 59. RGB value is (255,16,89). Sum of RGB (Red+Green+Blue) = 255+16+89=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1059 is #00EFA6. Grayscale: #5F5F5F. Windows color (decimal): -61351 or 5837055. OLE color: 5837055.

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

Color convert

RGB 255 16 89 -
CMYK 0 0.94 0.65 0
HSL 341.67º 1% 0.53% -
HSV(B) 341.67º 0.94% 1% -
XYZ 43.23 22.35 11.49 -
YUV 95.78 124.18 241.56 -
System Red Green Blue C M Y K H S L
Decimal 255 16 89 0 0.94 0.65 0 341.67 1 0.53
Hex FF 10 59 0 5E 41 0 156 64 35
Octal 377 20 131 0 136 101 0 526 144 65
Binary 11111111 10000 1011001 0 1011110 1000001 0 101010110 1100100 110101

Color Harmonies of #FF1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1059

Black with #FF1059

Text Example


Text Example

White with #FF1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1059; }

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

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

background-color css

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

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

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

border-color css

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

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

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