#FA0269

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

Shades of Razzmatazz #FA0269

Tints of Razzmatazz #FA0269

Color information

#FA0269 (or 0xFA0269) is unknown color: approx Razzmatazz. HEX triplet: FA, 02 and 69. RGB value is (250,2,105). Sum of RGB (Red+Green+Blue) = 250+2+105=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0269 is #05FD96. Grayscale: #575757. Windows color (decimal): -392599 or 6882042. OLE color: 6882042.

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

Color convert

RGB2502105-
CMYK00.990.580.02
HSL335.08º98.41%49.41%-
HSV(B)335.08º99.2%98.04%-
XYZ4221.3915.28-
YUV87.89137.66243.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.03%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=70.03%
G=0.56%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250210500.990.580.02335.0898.4149.41
HexFA2690633A214f6231
Octal3722151014372251714261
Binary1111101010110100101100011111010101010011111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0269; }

 p { color: rgb(250,2,105); }

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

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

 a { background-color: rgb(250,2,105); }

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

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

 span { border-color: rgb(250,2,105); }

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