#FA0E6D

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

Shades of Razzmatazz #FA0E6D

Tints of Razzmatazz #FA0E6D

Color information

#FA0E6D (or 0xFA0E6D) is unknown color: approx Razzmatazz. HEX triplet: FA, 0E and 6D. RGB value is (250,14,109). Sum of RGB (Red+Green+Blue) = 250+14+109=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0E6D is #05F192. Grayscale: #5F5F5F. Windows color (decimal): -389523 or 7147258. OLE color: 7147258.

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

Color convert

RGB25014109-
CMYK00.940.560.02
HSL335.85º95.93%51.76%-
HSV(B)335.85º94.4%98.04%-
XYZ42.3421.7416.43-
YUV95.39135.69238.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.02%
GREEN value IS 14 (5.86% from 255) = 3.75%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=67.02%
G=3.75%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501410900.940.560.02335.8595.9351.76
HexFAE6D05E3821506034
Octal37216155013670252014064
Binary111110101110110110101011110111000101010100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0E6D; }

 p { color: rgb(250,14,109); }

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

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

 a { background-color: rgb(250,14,109); }

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

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

 span { border-color: rgb(250,14,109); }

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