#F93FBE

Color #F93FBE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F93FBE

Tints of Razzle Dazzle Rose #F93FBE

Color information

#F93FBE (or 0xF93FBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3F and BE. RGB value is (249,63,190). Sum of RGB (Red+Green+Blue) = 249+63+190=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93FBE is #06C041. Grayscale: #848484. Windows color (decimal): -442434 or 12468217. OLE color: 12468217.

HSL color Cylindrical-coordinate representation of color #F93FBE: hue angle of 319.03º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FBE is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB24963190-
CMYK00.750.240.02
HSL319.03º93.94%61.18%-
HSV(B)319.03º74.7%97.65%-
XYZ50.1427.4151.36-
YUV133.09160.12210.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.60%
GREEN value IS 63 (25% from 255) = 12.55%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=49.60%
G=12.55%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496319000.750.240.02319.0393.9461.18
HexF93FBE04B18213f5e3d
Octal37177276011330247713675
Binary11111001111111101111100100101111000101001111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93FBE; }

 p { color: rgb(249,63,190); }

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

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

 a { background-color: rgb(249,63,190); }

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

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

 span { border-color: rgb(249,63,190); }

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