Html Css Color HEX #FF125F Razzmatazz

📋 copy color: '#FF125F'

red 255 ◦ green 18 ◦ blue 95

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

Shades of Razzmatazz #FF125F

Tints of Razzmatazz #FF125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 69.29%
G = 4.89%
B = 25.82%

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

#FF125F (or 0xFF125F) is known color: Razzmatazz. HEX triplet: FF, 12 and 5F. RGB value is (255,18,95). Sum of RGB (Red+Green+Blue) = 255+18+95=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF125F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF125F is #00EDA0. Grayscale: #616161. Windows color (decimal): -60833 or 6230783. OLE color: 6230783.

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

Color convert

RGB 255 18 95 -
CMYK 0 0.93 0.63 0
HSL 340.51º 1% 0.54% -
HSV(B) 340.51º 0.93% 1% -
XYZ 43.52 22.52 12.88 -
YUV 97.64 126.52 240.24 -
System Red Green Blue C M Y K H S L
Decimal 255 18 95 0 0.93 0.63 0 340.51 1 0.54
Hex FF 12 5F 0 5D 3F 0 155 64 36
Octal 377 22 137 0 135 77 0 525 144 66
Binary 11111111 10010 1011111 0 1011101 111111 0 101010101 1100100 110110

Color Harmonies of #FF125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF125F

Black with #FF125F

Text Example


Text Example

White with #FF125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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