#f90063

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

Shades of Razzmatazz #F90063

Tints of Razzmatazz #F90063

Color information

#F90063 (or 0xF90063) is unknown color: approx Razzmatazz. HEX triplet: F9, 00 and 63. RGB value is (249,0,99). Sum of RGB (Red+Green+Blue) = 249+0+99=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F90063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90063 is #06FF9C. Grayscale: #555555. Windows color (decimal): -458653 or 6488313. OLE color: 6488313.

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

Color convert

RGB249099-
CMYK010.600.02
HSL336.14º100%48.82%-
HSV(B)336.14º100%97.65%-
XYZ41.3221.0413.69-
YUV85.74135.49244.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=71.55%
G=0%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249099010.600.02336.1410048.82
HexF90630643C21506431
Octal3710143014474252014461
Binary111110010110001101100100111100101010100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f90063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f90063; }

 p { color: rgb(249,0,99); }

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

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

 a { background-color: rgb(249,0,99); }

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

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

 span { border-color: rgb(249,0,99); }

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