#f41ddc

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

Shades of Razzle Dazzle Rose #F41DDC

Tints of Razzle Dazzle Rose #F41DDC

Color information

#F41DDC (or 0xF41DDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 1D and DC. RGB value is (244,29,220). Sum of RGB (Red+Green+Blue) = 244+29+220=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DDC is #0BE223. Grayscale: #727272. Windows color (decimal): -778788 or 14425588. OLE color: 14425588.

HSL color Cylindrical-coordinate representation of color #F41DDC: hue angle of 306.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41DDC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24429220-
CMYK00.880.100.04
HSL306.7º90.72%53.53%-
HSV(B)306.7º88.11%95.69%-
XYZ50.6725.2869.92-
YUV115.06187.23219.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 29 (11.72% from 255) = 5.88%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=49.49%
G=5.88%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442922000.880.100.04306.790.7253.53
HexF41DDC058A41335b36
Octal36435334013012446313366
Binary1111010011101110111000101100010101001001100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f41ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f41ddc; }

 p { color: rgb(244,29,220); }

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

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

 a { background-color: rgb(244,29,220); }

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

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

 span { border-color: rgb(244,29,220); }

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