#F933C5

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

Shades of Razzle Dazzle Rose #F933C5

Tints of Razzle Dazzle Rose #F933C5

Color information

#F933C5 (or 0xF933C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 33 and C5. RGB value is (249,51,197). Sum of RGB (Red+Green+Blue) = 249+51+197=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F933C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F933C5 is #06CC3A. Grayscale: #7E7E7E. Windows color (decimal): -445499 or 12923897. OLE color: 12923897.

HSL color Cylindrical-coordinate representation of color #F933C5: hue angle of 315.76º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F933C5 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB24951197-
CMYK00.800.210.02
HSL315.76º94.29%58.82%-
HSV(B)315.76º79.52%97.65%-
XYZ50.3326.5455.29-
YUV126.85167.6215.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 51 (20.31% from 255) = 10.26%
BLUE value IS 197 (77.34% from 255) = 39.64%
R=50.10%
G=10.26%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495119700.800.210.02315.7694.2958.82
HexF933C505015213c5e3b
Octal37163305012025247413673
Binary11111001110011110001010101000010101101001111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F933C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F933C5; }

 p { color: rgb(249,51,197); }

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

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

 a { background-color: rgb(249,51,197); }

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

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

 span { border-color: rgb(249,51,197); }

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