#F83DC3

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

Shades of Razzle Dazzle Rose #F83DC3

Tints of Razzle Dazzle Rose #F83DC3

Color information

#F83DC3 (or 0xF83DC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3D and C3. RGB value is (248,61,195). Sum of RGB (Red+Green+Blue) = 248+61+195=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DC3 is #07C23C. Grayscale: #838383. Windows color (decimal): -508477 or 12795384. OLE color: 12795384.

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

Color convert

RGB24861195-
CMYK00.750.210.03
HSL317.01º93.03%60.59%-
HSV(B)317.01º75.4%97.25%-
XYZ50.2327.2354.24-
YUV132.19163.45210.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.21%
GREEN value IS 61 (24.22% from 255) = 12.10%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=49.21%
G=12.10%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486119500.750.210.03317.0193.0360.59
HexF83DC304B15313d5d3d
Octal37075303011325347513575
Binary11111000111101110000110100101110101111001111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83DC3; }

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

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

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

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

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

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

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

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