#F829DA

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

Shades of Razzle Dazzle Rose #F829DA

Tints of Razzle Dazzle Rose #F829DA

Color information

#F829DA (or 0xF829DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 29 and DA. RGB value is (248,41,218). Sum of RGB (Red+Green+Blue) = 248+41+218=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 41 (16.41% from 255 or 8.09% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F829DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829DA is #07D625. Grayscale: #7A7A7A. Windows color (decimal): -513574 or 14297592. OLE color: 14297592.

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

Color convert

RGB24841218-
CMYK00.830.120.03
HSL308.7º93.67%56.67%-
HSV(B)308.7º83.47%97.25%-
XYZ52.1626.668.72-
YUV123.07181.58217.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 41 (16.41% from 255) = 8.09%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=48.92%
G=8.09%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484121800.830.120.03308.793.6756.67
HexF829DA053C31355e39
Octal37051332012314346513671
Binary1111100010100111011010010100111100111001101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F829DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F829DA; }

 p { color: rgb(248,41,218); }

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

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

 a { background-color: rgb(248,41,218); }

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

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

 span { border-color: rgb(248,41,218); }

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