#F83EDD

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

Shades of Razzle Dazzle Rose #F83EDD

Tints of Razzle Dazzle Rose #F83EDD

Color information

#F83EDD (or 0xF83EDD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3E and DD. RGB value is (248,62,221). Sum of RGB (Red+Green+Blue) = 248+62+221=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 62 (24.61% from 255 or 11.68% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F83EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83EDD is #07C122. Grayscale: #878787. Windows color (decimal): -508195 or 14499576. OLE color: 14499576.

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

Color convert

RGB24862221-
CMYK00.750.110.03
HSL308.71º93%60.78%-
HSV(B)308.71º75%97.25%-
XYZ53.4928.6271.11-
YUV135.74176.12208.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 62 (24.61% from 255) = 11.68%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=46.70%
G=11.68%
B=41.62%

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
Decimal2486222100.750.110.03308.719360.78
HexF83EDD04BB31355d3d
Octal37076335011313346513575
Binary1111100011111011011101010010111011111001101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83EDD; }

 p { color: rgb(248,62,221); }

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

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

 a { background-color: rgb(248,62,221); }

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

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

 span { border-color: rgb(248,62,221); }

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