#F83DDC

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

Shades of Razzle Dazzle Rose #F83DDC

Tints of Razzle Dazzle Rose #F83DDC

Color information

#F83DDC (or 0xF83DDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3D and DC. RGB value is (248,61,220). Sum of RGB (Red+Green+Blue) = 248+61+220=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 61 (24.22% from 255 or 11.53% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DDC is #07C223. Grayscale: #868686. Windows color (decimal): -508452 or 14433784. OLE color: 14433784.

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

Color convert

RGB24861220-
CMYK00.750.110.03
HSL308.98º93.03%60.59%-
HSV(B)308.98º75.4%97.25%-
XYZ53.328.4670.39-
YUV135.04175.95208.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 61 (24.22% from 255) = 11.53%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=46.88%
G=11.53%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486122000.750.110.03308.9893.0360.59
HexF83DDC04BB31355d3d
Octal37075334011313346513575
Binary1111100011110111011100010010111011111001101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83DDC; }

 p { color: rgb(248,61,220); }

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

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

 a { background-color: rgb(248,61,220); }

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

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

 span { border-color: rgb(248,61,220); }

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