Html Css Color HEX #FF115D Razzmatazz

📋 copy color: '#FF115D'

red 255 ◦ green 17 ◦ blue 93

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

Shades of Razzmatazz #FF115D

Tints of Razzmatazz #FF115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 69.86%
G = 4.66%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF115D (or 0xFF115D) is known color: Razzmatazz. HEX triplet: FF, 11 and 5D. RGB value is (255,17,93). Sum of RGB (Red+Green+Blue) = 255+17+93=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF115D is #00EEA2. Grayscale: #606060. Windows color (decimal): -61091 or 6099455. OLE color: 6099455.

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

Color convert

RGB 255 17 93 -
CMYK 0 0.93 0.64 0
HSL 340.84º 1% 0.53% -
HSV(B) 340.84º 0.93% 1% -
XYZ 43.42 22.45 12.4 -
YUV 96.83 125.85 240.82 -
System Red Green Blue C M Y K H S L
Decimal 255 17 93 0 0.93 0.64 0 340.84 1 0.53
Hex FF 11 5D 0 5D 40 0 155 64 35
Octal 377 21 135 0 135 100 0 525 144 65
Binary 11111111 10001 1011101 0 1011101 1000000 0 101010101 1100100 110101

Color Harmonies of #FF115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF115D

Black with #FF115D

Text Example


Text Example

White with #FF115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF115D; }

 p { color: rgb(255,17,93); }

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

background-color css

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

 a { background-color: rgb(255,17,93); }

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

border-color css

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

 span { border-color: rgb(255,17,93); }

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