#FA0C72

Color #FA0C72 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #FA0C72

Tints of Razzmatazz #FA0C72

Color information

#FA0C72 (or 0xFA0C72) is unknown color: approx Razzmatazz. HEX triplet: FA, 0C and 72. RGB value is (250,12,114). Sum of RGB (Red+Green+Blue) = 250+12+114=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0C72 is #05F38D. Grayscale: #5E5E5E. Windows color (decimal): -390030 or 7474426. OLE color: 7474426.

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

Color convert

RGB25012114-
CMYK00.950.540.02
HSL334.29º95.97%51.37%-
HSV(B)334.29º95.2%98.04%-
XYZ42.5921.817.88-
YUV94.79138.85238.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 66.49%
GREEN value IS 12 (5.08% from 255) = 3.19%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=66.49%
G=3.19%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501211400.950.540.02334.2995.9751.37
HexFAC7205F36214e6033
Octal37214162013766251614063
Binary111110101100111001001011111110110101010011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0C72; }

 p { color: rgb(250,12,114); }

 H1.HeaderClassName
 {
   color: #FA0C72;
 }
 .AnyTagClassName
 {
   color: #FA0C72;
 }
</style>
background-color css

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

 a { background-color: rgb(250,12,114); }

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

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

 span { border-color: rgb(250,12,114); }

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