#F83ADD

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

Shades of Razzle Dazzle Rose #F83ADD

Tints of Razzle Dazzle Rose #F83ADD

Color information

#F83ADD (or 0xF83ADD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3A and DD. RGB value is (248,58,221). Sum of RGB (Red+Green+Blue) = 248+58+221=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 58 (23.05% from 255 or 11.01% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ADD is #07C522. Grayscale: #848484. Windows color (decimal): -509219 or 14498552. OLE color: 14498552.

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

Color convert

RGB24858221-
CMYK00.770.110.03
HSL308.53º93.14%60%-
HSV(B)308.53º76.61%97.25%-
XYZ53.2828.271.04-
YUV133.39177.45209.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.06%
GREEN value IS 58 (23.05% from 255) = 11.01%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=47.06%
G=11.01%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485822100.770.110.03308.5393.1460
HexF83ADD04DB31355d3c
Octal37072335011513346513574
Binary1111100011101011011101010011011011111001101011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83ADD; }

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

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

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

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

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

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

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

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