#F50068

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

Shades of Razzmatazz #F50068

Tints of Razzmatazz #F50068

Color information

#F50068 (or 0xF50068) is unknown color: approx Razzmatazz. HEX triplet: F5, 00 and 68. RGB value is (245,0,104). Sum of RGB (Red+Green+Blue) = 245+0+104=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F50068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50068 is #0AFF97. Grayscale: #545454. Windows color (decimal): -720792 or 6815989. OLE color: 6815989.

HSL color Cylindrical-coordinate representation of color #F50068: hue angle of 334.53º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50068 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB2450104-
CMYK010.580.04
HSL334.53º100%48.04%-
HSV(B)334.53º100%96.08%-
XYZ40.1520.4114.92-
YUV85.11138.67242.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 70.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=70.20%
G=0%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2450104010.580.04334.5310048.04
HexF50680643A414f6430
Octal3650150014472451714460
Binary1111010101101000011001001110101001010011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50068; }

 p { color: rgb(245,0,104); }

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

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

 a { background-color: rgb(245,0,104); }

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

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

 span { border-color: rgb(245,0,104); }

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