#F83DB8

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

Shades of Razzle Dazzle Rose #F83DB8

Tints of Razzle Dazzle Rose #F83DB8

Color information

#F83DB8 (or 0xF83DB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3D and B8. RGB value is (248,61,184). Sum of RGB (Red+Green+Blue) = 248+61+184=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DB8 is #07C247. Grayscale: #828282. Windows color (decimal): -508488 or 12074488. OLE color: 12074488.

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

Color convert

RGB24861184-
CMYK00.750.260.03
HSL320.53º93.03%60.59%-
HSV(B)320.53º75.4%97.25%-
XYZ49.0326.7547.93-
YUV130.94157.95211.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.30%
GREEN value IS 61 (24.22% from 255) = 12.37%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=50.30%
G=12.37%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486118400.750.260.03320.5393.0360.59
HexF83DB804B1A31415d3d
Octal37075270011332350113575
Binary11111000111101101110000100101111010111010000011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83DB8; }

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

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

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

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

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

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

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

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