Html Css Color HEX #FF0072 Razzmatazz

📋 copy color: '#FF0072'

red 255 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #FF0072

Tints of Razzmatazz #FF0072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 69.11%
G = 0%
B = 30.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF0072 (or 0xFF0072) is known color: Razzmatazz. HEX triplet: FF, 00 and 72. RGB value is (255,0,114). Sum of RGB (Red+Green+Blue) = 255+0+114=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0072 is #00FF8D. Grayscale: #595959. Windows color (decimal): -65422 or 7471359. OLE color: 7471359.

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

Color convert

RGB 255 0 114 -
CMYK 0 1 0.55 0
HSL 333.18º 1% 0.5% -
HSV(B) 333.18º 1% 1% -
XYZ 44.28 22.47 17.92 -
YUV 89.24 141.98 246.23 -
System Red Green Blue C M Y K H S L
Decimal 255 0 114 0 1 0.55 0 333.18 1 0.5
Hex FF 0 72 0 64 37 0 14D 64 32
Octal 377 0 162 0 144 67 0 515 144 62
Binary 11111111 0 1110010 0 1100100 110111 0 101001101 1100100 110010

Color Harmonies of #FF0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0072

Black with #FF0072

Text Example


Text Example

White with #FF0072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0072; }

 p { color: rgb(255,0,114); }

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

background-color css

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

 a { background-color: rgb(255,0,114); }

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

border-color css

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

 span { border-color: rgb(255,0,114); }

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