Html Css Color HEX #FA0071 Razzmatazz

📋 copy color: '#FA0071'

red 250 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #FA0071

Tints of Razzmatazz #FA0071

RGB

 RED value IS 250 (98.05% from 255) = 68.87%

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

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

R = 68.87%
G = 0%
B = 31.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA0071 (or 0xFA0071) is known color: Razzmatazz. HEX triplet: FA, 00 and 71. RGB value is (250,0,113). Sum of RGB (Red+Green+Blue) = 250+0+113=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0071 is #05FF8E. Grayscale: #575757. Windows color (decimal): -393103 or 7405818. OLE color: 7405818.

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

Color convert

RGB 250 0 113 -
CMYK 0 1 0.55 0.02
HSL 332.88º 1% 0.49% -
HSV(B) 332.88º 1% 0.98% -
XYZ 42.4 21.52 17.54 -
YUV 87.63 142.33 243.81 -
System Red Green Blue C M Y K H S L
Decimal 250 0 113 0 1 0.55 0.02 332.88 1 0.49
Hex FA 0 71 0 64 37 2 14D 64 31
Octal 372 0 161 0 144 67 2 515 144 61
Binary 11111010 0 1110001 0 1100100 110111 10 101001101 1100100 110001

Color Harmonies of #FA0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0071

Black with #FA0071

Text Example


Text Example

White with #FA0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0071; }

 p { color: rgb(250,0,113); }

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

background-color css

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

 a { background-color: rgb(250,0,113); }

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

border-color css

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

 span { border-color: rgb(250,0,113); }

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