#F83FDC

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

Shades of Razzle Dazzle Rose #F83FDC

Tints of Razzle Dazzle Rose #F83FDC

Color information

#F83FDC (or 0xF83FDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3F and DC. RGB value is (248,63,220). Sum of RGB (Red+Green+Blue) = 248+63+220=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 63 (25% from 255 or 11.86% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FDC is #07C023. Grayscale: #878787. Windows color (decimal): -507940 or 14434296. OLE color: 14434296.

HSL color Cylindrical-coordinate representation of color #F83FDC: hue angle of 309.08º 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 #F83FDC is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24863220-
CMYK00.750.110.03
HSL309.08º92.96%60.98%-
HSV(B)309.08º74.6%97.25%-
XYZ53.4128.6870.43-
YUV136.21175.29207.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 63 (25% from 255) = 11.86%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=46.70%
G=11.86%
B=41.43%

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
Decimal2486322000.750.110.03309.0892.9660.98
HexF83FDC04BB31355d3d
Octal37077334011313346513575
Binary1111100011111111011100010010111011111001101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83FDC; }

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

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

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

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

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

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

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

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