#F83BE0

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

Shades of Razzle Dazzle Rose #F83BE0

Tints of Razzle Dazzle Rose #F83BE0

Color information

#F83BE0 (or 0xF83BE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3B and E0. RGB value is (248,59,224). Sum of RGB (Red+Green+Blue) = 248+59+224=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BE0 is #07C41F. Grayscale: #858585. Windows color (decimal): -508960 or 14695416. OLE color: 14695416.

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

Color convert

RGB24859224-
CMYK00.760.100.03
HSL307.62º93.1%60.2%-
HSV(B)307.62º76.21%97.25%-
XYZ53.7328.4773.18-
YUV134.32178.62209.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 59 (23.44% from 255) = 11.11%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=46.70%
G=11.11%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485922400.760.100.03307.6293.160.2
HexF83BE004CA31345d3c
Octal37073340011412346413574
Binary1111100011101111100000010011001010111001101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83BE0; }

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

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

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

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

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

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

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

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