#f841d9

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

Shades of Razzle Dazzle Rose #F841D9

Tints of Razzle Dazzle Rose #F841D9

Color information

#F841D9 (or 0xF841D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 41 and D9. RGB value is (248,65,217). Sum of RGB (Red+Green+Blue) = 248+65+217=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F841D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841D9 is #07BE26. Grayscale: #888888. Windows color (decimal): -507431 or 14238200. OLE color: 14238200.

HSL color Cylindrical-coordinate representation of color #F841D9: hue angle of 310.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841D9 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB24865217-
CMYK00.740.120.03
HSL310.16º92.89%61.37%-
HSV(B)310.16º73.79%97.25%-
XYZ53.1328.7568.39-
YUV137.05173.13207.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.79%
GREEN value IS 65 (25.78% from 255) = 12.26%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=46.79%
G=12.26%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486521700.740.120.03310.1692.8961.37
HexF841D904AC31365d3d
Octal370101331011214346613575
Binary11111000100000111011001010010101100111001101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f841d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f841d9; }

 p { color: rgb(248,65,217); }

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

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

 a { background-color: rgb(248,65,217); }

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

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

 span { border-color: rgb(248,65,217); }

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