#F83BD2

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

Shades of Razzle Dazzle Rose #F83BD2

Tints of Razzle Dazzle Rose #F83BD2

Color information

#F83BD2 (or 0xF83BD2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3B and D2. RGB value is (248,59,210). Sum of RGB (Red+Green+Blue) = 248+59+210=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 59 (23.44% from 255 or 11.41% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BD2 is #07C42D. Grayscale: #848484. Windows color (decimal): -508974 or 13777912. OLE color: 13777912.

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

Color convert

RGB24859210-
CMYK00.760.150.03
HSL312.06º93.1%60.2%-
HSV(B)312.06º76.21%97.25%-
XYZ51.9127.7463.59-
YUV132.72171.62210.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.97%
GREEN value IS 59 (23.44% from 255) = 11.41%
BLUE value IS 210 (82.42% from 255) = 40.62%
R=47.97%
G=11.41%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485921000.760.150.03312.0693.160.2
HexF83BD204CF31385d3c
Octal37073322011417347013574
Binary1111100011101111010010010011001111111001110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83BD2; }

 p { color: rgb(248,59,210); }

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

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

 a { background-color: rgb(248,59,210); }

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

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

 span { border-color: rgb(248,59,210); }

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