Html Css Color HEX #FF0B59 Razzmatazz

📋 copy color: '#FF0B59'

red 255 ◦ green 11 ◦ blue 89

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

Shades of Razzmatazz #FF0B59

Tints of Razzmatazz #FF0B59

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.1%

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

R = 71.83%
G = 3.1%
B = 25.07%

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

#FF0B59 (or 0xFF0B59) is known color: Razzmatazz. HEX triplet: FF, 0B and 59. RGB value is (255,11,89). Sum of RGB (Red+Green+Blue) = 255+11+89=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B59 is #00F4A6. Grayscale: #5C5C5C. Windows color (decimal): -62631 or 5835775. OLE color: 5835775.

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

Color convert

RGB 255 11 89 -
CMYK 0 0.96 0.65 0
HSL 340.82º 1% 0.52% -
HSV(B) 340.82º 0.96% 1% -
XYZ 43.16 22.22 11.47 -
YUV 92.85 125.84 243.66 -
System Red Green Blue C M Y K H S L
Decimal 255 11 89 0 0.96 0.65 0 340.82 1 0.52
Hex FF B 59 0 60 41 0 155 64 34
Octal 377 13 131 0 140 101 0 525 144 64
Binary 11111111 1011 1011001 0 1100000 1000001 0 101010101 1100100 110100

Color Harmonies of #FF0B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B59

Black with #FF0B59

Text Example


Text Example

White with #FF0B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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