#F94FD0

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

Shades of Razzle Dazzle Rose #F94FD0

Tints of Razzle Dazzle Rose #F94FD0

Color information

#F94FD0 (or 0xF94FD0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 4F and D0. RGB value is (249,79,208). Sum of RGB (Red+Green+Blue) = 249+79+208=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 79 (31.25% from 255 or 14.74% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FD0 is #06B02F. Grayscale: #909090. Windows color (decimal): -438320 or 13651961. OLE color: 13651961.

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

Color convert

RGB24979208-
CMYK00.680.160.02
HSL314.47º93.41%64.31%-
HSV(B)314.47º68.27%97.65%-
XYZ53.2530.2962.71-
YUV144.54163.82202.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.46%
GREEN value IS 79 (31.25% from 255) = 14.74%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=46.46%
G=14.74%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497920800.680.160.02314.4793.4164.31
HexF94FD004410213a5d40
Octal3711173200104202472135100
Binary1111100110011111101000001000100100001010011101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94FD0; }

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

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

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

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

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

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

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

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