Html Css Color HEX #FF0672 Razzmatazz

📋 copy color: '#FF0672'

red 255 ◦ green 6 ◦ blue 114

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

Shades of Razzmatazz #FF0672

Tints of Razzmatazz #FF0672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

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

R = 68%
G = 1.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF0672 (or 0xFF0672) is known color: Razzmatazz. HEX triplet: FF, 06 and 72. RGB value is (255,6,114). Sum of RGB (Red+Green+Blue) = 255+6+114=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0672 is #00F98D. Grayscale: #5C5C5C. Windows color (decimal): -63886 or 7472895. OLE color: 7472895.

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

Color convert

RGB 255 6 114 -
CMYK 0 0.98 0.55 0
HSL 333.98º 1% 0.51% -
HSV(B) 333.98º 0.98% 1% -
XYZ 44.34 22.61 17.95 -
YUV 92.76 139.99 243.72 -
System Red Green Blue C M Y K H S L
Decimal 255 6 114 0 0.98 0.55 0 333.98 1 0.51
Hex FF 6 72 0 62 37 0 14E 64 33
Octal 377 6 162 0 142 67 0 516 144 63
Binary 11111111 110 1110010 0 1100010 110111 0 101001110 1100100 110011

Color Harmonies of #FF0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0672

Black with #FF0672

Text Example


Text Example

White with #FF0672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0672; }

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

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

background-color css

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

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

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

border-color css

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

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

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