#f2055b

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

Shades of Razzmatazz #F2055B

Tints of Razzmatazz #F2055B

Color information

#F2055B (or 0xF2055B) is unknown color: approx Razzmatazz. HEX triplet: F2, 05 and 5B. RGB value is (242,5,91). Sum of RGB (Red+Green+Blue) = 242+5+91=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2055B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2055B is #0DFAA4. Grayscale: #555555. Windows color (decimal): -916133 or 5965298. OLE color: 5965298.

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

Color convert

RGB242591-
CMYK00.980.620.05
HSL338.23º95.95%48.43%-
HSV(B)338.23º97.93%94.9%-
XYZ38.5619.7411.68-
YUV85.67131.02239.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 71.60%
GREEN value IS 5 (2.34% from 255) = 1.48%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=71.60%
G=1.48%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24259100.980.620.05338.2395.9548.43
HexF255B0623E51526030
Octal3625133014276552214060
Binary111100101011011011011000101111101011010100101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2055b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2055b; }

 p { color: rgb(242,5,91); }

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

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

 a { background-color: rgb(242,5,91); }

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

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

 span { border-color: rgb(242,5,91); }

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