#F93FC2

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

Shades of Razzle Dazzle Rose #F93FC2

Tints of Razzle Dazzle Rose #F93FC2

Color information

#F93FC2 (or 0xF93FC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3F and C2. RGB value is (249,63,194). Sum of RGB (Red+Green+Blue) = 249+63+194=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93FC2 is #06C03D. Grayscale: #858585. Windows color (decimal): -442430 or 12730361. OLE color: 12730361.

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

Color convert

RGB24963194-
CMYK00.750.220.02
HSL317.74º93.94%61.18%-
HSV(B)317.74º74.7%97.65%-
XYZ50.5827.5953.7-
YUV133.55162.12210.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 63 (25% from 255) = 12.45%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=49.21%
G=12.45%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496319400.750.220.02317.7493.9461.18
HexF93FC204B16213e5e3d
Octal37177302011326247613675
Binary11111001111111110000100100101110110101001111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93FC2; }

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

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

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

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

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

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

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

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