#F82DC6

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

Shades of Razzle Dazzle Rose #F82DC6

Tints of Razzle Dazzle Rose #F82DC6

Color information

#F82DC6 (or 0xF82DC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 2D and C6. RGB value is (248,45,198). Sum of RGB (Red+Green+Blue) = 248+45+198=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82DC6 is #07D239. Grayscale: #7A7A7A. Windows color (decimal): -512570 or 12987896. OLE color: 12987896.

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

Color convert

RGB24845198-
CMYK00.820.200.03
HSL314.78º93.55%57.45%-
HSV(B)314.78º81.85%97.25%-
XYZ49.8425.9155.8-
YUV123.14170.25217.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.51%
GREEN value IS 45 (17.97% from 255) = 9.16%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=50.51%
G=9.16%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484519800.820.200.03314.7893.5557.45
HexF82DC605214313b5e39
Octal37055306012224347313671
Binary11111000101101110001100101001010100111001110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82DC6; }

 p { color: rgb(248,45,198); }

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

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

 a { background-color: rgb(248,45,198); }

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

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

 span { border-color: rgb(248,45,198); }

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