#F83DCE

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

Shades of Razzle Dazzle Rose #F83DCE

Tints of Razzle Dazzle Rose #F83DCE

Color information

#F83DCE (or 0xF83DCE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3D and CE. RGB value is (248,61,206). Sum of RGB (Red+Green+Blue) = 248+61+206=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DCE is #07C231. Grayscale: #858585. Windows color (decimal): -508466 or 13516280. OLE color: 13516280.

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

Color convert

RGB24861206-
CMYK00.750.170.03
HSL313.48º93.03%60.59%-
HSV(B)313.48º75.4%97.25%-
XYZ51.5227.7561.03-
YUV133.44168.95209.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.16%
GREEN value IS 61 (24.22% from 255) = 11.84%
BLUE value IS 206 (80.86% from 255) = 40%
R=48.16%
G=11.84%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486120600.750.170.03313.4893.0360.59
HexF83DCE04B1131395d3d
Octal37075316011321347113575
Binary11111000111101110011100100101110001111001110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83DCE; }

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

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

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

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

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

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

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

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