#F944C0

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

Shades of Razzle Dazzle Rose #F944C0

Tints of Razzle Dazzle Rose #F944C0

Color information

#F944C0 (or 0xF944C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 44 and C0. RGB value is (249,68,192). Sum of RGB (Red+Green+Blue) = 249+68+192=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F944C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F944C0 is #06BB3F. Grayscale: #878787. Windows color (decimal): -441152 or 12600569. OLE color: 12600569.

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

Color convert

RGB24968192-
CMYK00.730.230.02
HSL318.9º93.78%62.16%-
HSV(B)318.9º72.69%97.65%-
XYZ50.6528.0852.62-
YUV136.26159.47208.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 68 (26.95% from 255) = 13.36%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=48.92%
G=13.36%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496819200.730.230.02318.993.7862.16
HexF944C004917213f5e3e
Octal371104300011127247713676
Binary111110011000100110000000100100110111101001111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F944C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F944C0; }

 p { color: rgb(249,68,192); }

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

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

 a { background-color: rgb(249,68,192); }

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

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

 span { border-color: rgb(249,68,192); }

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