#F83DDB

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

Shades of Razzle Dazzle Rose #F83DDB

Tints of Razzle Dazzle Rose #F83DDB

Color information

#F83DDB (or 0xF83DDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3D and DB. RGB value is (248,61,219). Sum of RGB (Red+Green+Blue) = 248+61+219=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 61 (24.22% from 255 or 11.55% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DDB is #07C224. Grayscale: #868686. Windows color (decimal): -508453 or 14368248. OLE color: 14368248.

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

Color convert

RGB24861219-
CMYK00.750.120.03
HSL309.3º93.03%60.59%-
HSV(B)309.3º75.4%97.25%-
XYZ53.1728.4169.7-
YUV134.93175.45208.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.97%
GREEN value IS 61 (24.22% from 255) = 11.55%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=46.97%
G=11.55%
B=41.48%

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
Decimal2486121900.750.120.03309.393.0360.59
HexF83DDB04BC31355d3d
Octal37075333011314346513575
Binary1111100011110111011011010010111100111001101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83DDB; }

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

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

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

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

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

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

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

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