Html Css Color HEX #FF125C Razzmatazz

📋 copy color: '#FF125C'

red 255 ◦ green 18 ◦ blue 92

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

Shades of Razzmatazz #FF125C

Tints of Razzmatazz #FF125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 69.86%
G = 4.93%
B = 25.21%

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

#FF125C (or 0xFF125C) is known color: Razzmatazz. HEX triplet: FF, 12 and 5C. RGB value is (255,18,92). Sum of RGB (Red+Green+Blue) = 255+18+92=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF125C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF125C is #00EDA3. Grayscale: #616161. Windows color (decimal): -60836 or 6034175. OLE color: 6034175.

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

Color convert

RGB 255 18 92 -
CMYK 0 0.93 0.64 0
HSL 341.27º 1% 0.54% -
HSV(B) 341.27º 0.93% 1% -
XYZ 43.39 22.47 12.17 -
YUV 97.3 125.02 240.48 -
System Red Green Blue C M Y K H S L
Decimal 255 18 92 0 0.93 0.64 0 341.27 1 0.54
Hex FF 12 5C 0 5D 40 0 155 64 36
Octal 377 22 134 0 135 100 0 525 144 66
Binary 11111111 10010 1011100 0 1011101 1000000 0 101010101 1100100 110110

Color Harmonies of #FF125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF125C

Black with #FF125C

Text Example


Text Example

White with #FF125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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