#F00569

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

Shades of Razzmatazz #F00569

Tints of Razzmatazz #F00569

Color information

#F00569 (or 0xF00569) is unknown color: approx Razzmatazz. HEX triplet: F0, 05 and 69. RGB value is (240,5,105). Sum of RGB (Red+Green+Blue) = 240+5+105=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F00569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00569 is #0FFA96. Grayscale: #565656. Windows color (decimal): -1047191 or 6882800. OLE color: 6882800.

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

Color convert

RGB2405105-
CMYK00.980.560.06
HSL334.47º95.92%48.04%-
HSV(B)334.47º97.92%94.12%-
XYZ38.5419.6515.13-
YUV86.66138.36237.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 68.57%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 105 (41.41% from 255) = 30%
R=68.57%
G=1.43%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240510500.980.560.06334.4795.9248.04
HexF056906238614e6030
Octal3605151014270651614060
Binary111100001011101001011000101110001101010011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00569; }

 p { color: rgb(240,5,105); }

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

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

 a { background-color: rgb(240,5,105); }

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

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

 span { border-color: rgb(240,5,105); }

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