Html Css Color HEX #FF0A59 Razzmatazz

📋 copy color: '#FF0A59'

red 255 ◦ green 10 ◦ blue 89

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

Shades of Razzmatazz #FF0A59

Tints of Razzmatazz #FF0A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

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

R = 72.03%
G = 2.82%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF0A59 (or 0xFF0A59) is known color: Razzmatazz. HEX triplet: FF, 0A and 59. RGB value is (255,10,89). Sum of RGB (Red+Green+Blue) = 255+10+89=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0A59 is #00F5A6. Grayscale: #5C5C5C. Windows color (decimal): -62887 or 5835519. OLE color: 5835519.

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

Color convert

RGB 255 10 89 -
CMYK 0 0.96 0.65 0
HSL 340.65º 1% 0.52% -
HSV(B) 340.65º 0.96% 1% -
XYZ 43.15 22.2 11.46 -
YUV 92.26 126.17 244.08 -
System Red Green Blue C M Y K H S L
Decimal 255 10 89 0 0.96 0.65 0 340.65 1 0.52
Hex FF A 59 0 60 41 0 155 64 34
Octal 377 12 131 0 140 101 0 525 144 64
Binary 11111111 1010 1011001 0 1100000 1000001 0 101010101 1100100 110100

Color Harmonies of #FF0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A59

Black with #FF0A59

Text Example


Text Example

White with #FF0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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