#F83DB7

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

Shades of Razzle Dazzle Rose #F83DB7

Tints of Razzle Dazzle Rose #F83DB7

Color information

#F83DB7 (or 0xF83DB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3D and B7. RGB value is (248,61,183). Sum of RGB (Red+Green+Blue) = 248+61+183=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DB7 is #07C248. Grayscale: #828282. Windows color (decimal): -508489 or 12008952. OLE color: 12008952.

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

Color convert

RGB24861183-
CMYK00.750.260.03
HSL320.86º93.03%60.59%-
HSV(B)320.86º75.4%97.25%-
XYZ48.9326.7147.38-
YUV130.82157.45211.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.41%
GREEN value IS 61 (24.22% from 255) = 12.40%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=50.41%
G=12.40%
B=37.20%

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
Decimal2486118300.750.260.03320.8693.0360.59
HexF83DB704B1A31415d3d
Octal37075267011332350113575
Binary11111000111101101101110100101111010111010000011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83DB7; }

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

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

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

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

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

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

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

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