#F83FDA

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

Shades of Razzle Dazzle Rose #F83FDA

Tints of Razzle Dazzle Rose #F83FDA

Color information

#F83FDA (or 0xF83FDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3F and DA. RGB value is (248,63,218). Sum of RGB (Red+Green+Blue) = 248+63+218=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FDA is #07C025. Grayscale: #878787. Windows color (decimal): -507942 or 14303224. OLE color: 14303224.

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

Color convert

RGB24863218-
CMYK00.750.120.03
HSL309.73º92.96%60.98%-
HSV(B)309.73º74.6%97.25%-
XYZ53.1428.5769.04-
YUV135.98174.29207.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 63 (25% from 255) = 11.91%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=46.88%
G=11.91%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486321800.750.120.03309.7392.9660.98
HexF83FDA04BC31365d3d
Octal37077332011314346613575
Binary1111100011111111011010010010111100111001101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83FDA; }

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

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

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

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

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

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

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

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