#F83FB8

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

Shades of Razzle Dazzle Rose #F83FB8

Tints of Razzle Dazzle Rose #F83FB8

Color information

#F83FB8 (or 0xF83FB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3F and B8. RGB value is (248,63,184). Sum of RGB (Red+Green+Blue) = 248+63+184=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FB8 is #07C047. Grayscale: #838383. Windows color (decimal): -507976 or 12075000. OLE color: 12075000.

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

Color convert

RGB24863184-
CMYK00.750.260.03
HSL320.76º92.96%60.98%-
HSV(B)320.76º74.6%97.25%-
XYZ49.1426.9747.96-
YUV132.11157.29210.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.10%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=50.10%
G=12.73%
B=37.17%

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
Decimal2486318400.750.260.03320.7692.9660.98
HexF83FB804B1A31415d3d
Octal37077270011332350113575
Binary11111000111111101110000100101111010111010000011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83FB8; }

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

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

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

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

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

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

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

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