Html Css Color HEX #FF125E Razzmatazz

📋 copy color: '#FF125E'

red 255 ◦ green 18 ◦ blue 94

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

Shades of Razzmatazz #FF125E

Tints of Razzmatazz #FF125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 69.48%
G = 4.9%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF125E (or 0xFF125E) is known color: Razzmatazz. HEX triplet: FF, 12 and 5E. RGB value is (255,18,94). Sum of RGB (Red+Green+Blue) = 255+18+94=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF125E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF125E is #00EDA1. Grayscale: #616161. Windows color (decimal): -60834 or 6165247. OLE color: 6165247.

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

Color convert

RGB 255 18 94 -
CMYK 0 0.93 0.63 0
HSL 340.76º 1% 0.54% -
HSV(B) 340.76º 0.93% 1% -
XYZ 43.48 22.5 12.64 -
YUV 97.53 126.02 240.32 -
System Red Green Blue C M Y K H S L
Decimal 255 18 94 0 0.93 0.63 0 340.76 1 0.54
Hex FF 12 5E 0 5D 3F 0 155 64 36
Octal 377 22 136 0 135 77 0 525 144 66
Binary 11111111 10010 1011110 0 1011101 111111 0 101010101 1100100 110110

Color Harmonies of #FF125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF125E

Black with #FF125E

Text Example


Text Example

White with #FF125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF125E; }

 p { color: rgb(255,18,94); }

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

background-color css

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

 a { background-color: rgb(255,18,94); }

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

border-color css

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

 span { border-color: rgb(255,18,94); }

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