Html Css Color HEX #FF0771 Razzmatazz

📋 copy color: '#FF0771'

red 255 ◦ green 7 ◦ blue 113

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

Shades of Razzmatazz #FF0771

Tints of Razzmatazz #FF0771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 68%
G = 1.87%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF0771 (or 0xFF0771) is known color: Razzmatazz. HEX triplet: FF, 07 and 71. RGB value is (255,7,113). Sum of RGB (Red+Green+Blue) = 255+7+113=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0771 is #00F88E. Grayscale: #5D5D5D. Windows color (decimal): -63631 or 7407615. OLE color: 7407615.

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

Color convert

RGB 255 7 113 -
CMYK 0 0.97 0.56 0
HSL 334.35º 1% 0.51% -
HSV(B) 334.35º 0.97% 1% -
XYZ 44.3 22.6 17.65 -
YUV 93.24 139.16 243.38 -
System Red Green Blue C M Y K H S L
Decimal 255 7 113 0 0.97 0.56 0 334.35 1 0.51
Hex FF 7 71 0 61 38 0 14E 64 33
Octal 377 7 161 0 141 70 0 516 144 63
Binary 11111111 111 1110001 0 1100001 111000 0 101001110 1100100 110011

Color Harmonies of #FF0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0771

Black with #FF0771

Text Example


Text Example

White with #FF0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0771; }

 p { color: rgb(255,7,113); }

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

background-color css

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

 a { background-color: rgb(255,7,113); }

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

border-color css

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

 span { border-color: rgb(255,7,113); }

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