#F944C1

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

Shades of Razzle Dazzle Rose #F944C1

Tints of Razzle Dazzle Rose #F944C1

Color information

#F944C1 (or 0xF944C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 44 and C1. RGB value is (249,68,193). Sum of RGB (Red+Green+Blue) = 249+68+193=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F944C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F944C1 is #06BB3E. Grayscale: #888888. Windows color (decimal): -441151 or 12666105. OLE color: 12666105.

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

Color convert

RGB24968193-
CMYK00.730.220.02
HSL318.56º93.78%62.16%-
HSV(B)318.56º72.69%97.65%-
XYZ50.7628.1253.21-
YUV136.37159.97208.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 68 (26.95% from 255) = 13.33%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=48.82%
G=13.33%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496819300.730.220.02318.5693.7862.16
HexF944C104916213f5e3e
Octal371104301011126247713676
Binary111110011000100110000010100100110110101001111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F944C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F944C1; }

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

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

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

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

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

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

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

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