#F00250

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

Shades of Razzmatazz #F00250

Tints of Razzmatazz #F00250

Color information

#F00250 (or 0xF00250) is unknown color: approx Razzmatazz. HEX triplet: F0, 02 and 50. RGB value is (240,2,80). Sum of RGB (Red+Green+Blue) = 240+2+80=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F00250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00250 is #0FFDAF. Grayscale: #515151. Windows color (decimal): -1047984 or 5243632. OLE color: 5243632.

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

Color convert

RGB240280-
CMYK00.990.670.06
HSL340.34º98.35%47.45%-
HSV(B)340.34º99.17%94.12%-
XYZ37.419.159.31-
YUV82.05126.85240.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 74.53%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=74.53%
G=0.62%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24028000.990.670.06340.3498.3547.45
HexF0250063436154622f
Octal36021200143103652414257
Binary111100001010100000110001110000111101010101001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00250; }

 p { color: rgb(240,2,80); }

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

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

 a { background-color: rgb(240,2,80); }

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

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

 span { border-color: rgb(240,2,80); }

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