#F90251

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

Shades of Razzmatazz #F90251

Tints of Razzmatazz #F90251

Color information

#F90251 (or 0xF90251) is unknown color: approx Razzmatazz. HEX triplet: F9, 02 and 51. RGB value is (249,2,81). Sum of RGB (Red+Green+Blue) = 249+2+81=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F90251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90251 is #06FDAE. Grayscale: #545454. Windows color (decimal): -458159 or 5309177. OLE color: 5309177.

HSL color Cylindrical-coordinate representation of color #F90251: hue angle of 340.81º 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 #F90251 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB249281-
CMYK00.990.670.02
HSL340.81º98.41%49.22%-
HSV(B)340.81º99.2%97.65%-
XYZ40.5720.789.66-
YUV84.86125.83245.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=75%
G=0.60%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24928100.990.670.02340.8198.4149.22
HexF92510634321556231
Octal37121210143103252514261
Binary11111001101010001011000111000011101010101011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90251; }

 p { color: rgb(249,2,81); }

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

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

 a { background-color: rgb(249,2,81); }

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

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

 span { border-color: rgb(249,2,81); }

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