#F943D0

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

Shades of Razzle Dazzle Rose #F943D0

Tints of Razzle Dazzle Rose #F943D0

Color information

#F943D0 (or 0xF943D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 43 and D0. RGB value is (249,67,208). Sum of RGB (Red+Green+Blue) = 249+67+208=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F943D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F943D0 is #06BC2F. Grayscale: #898989. Windows color (decimal): -441392 or 13648889. OLE color: 13648889.

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

Color convert

RGB24967208-
CMYK00.730.160.02
HSL313.52º93.81%61.96%-
HSV(B)313.52º73.09%97.65%-
XYZ52.4628.7162.45-
YUV137.49167.8207.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.52%
GREEN value IS 67 (26.56% from 255) = 12.79%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=47.52%
G=12.79%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496720800.730.160.02313.5293.8161.96
HexF943D004910213a5e3e
Octal371103320011120247213676
Binary111110011000011110100000100100110000101001110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F943D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F943D0; }

 p { color: rgb(249,67,208); }

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

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

 a { background-color: rgb(249,67,208); }

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

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

 span { border-color: rgb(249,67,208); }

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