#F83AE5

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

Shades of Razzle Dazzle Rose #F83AE5

Tints of Razzle Dazzle Rose #F83AE5

Color information

#F83AE5 (or 0xF83AE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3A and E5. RGB value is (248,58,229). Sum of RGB (Red+Green+Blue) = 248+58+229=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 58 (23.05% from 255 or 10.84% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83AE5 is #07C51A. Grayscale: #858585. Windows color (decimal): -509211 or 15022840. OLE color: 15022840.

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

Color convert

RGB24858229-
CMYK00.770.080.03
HSL306º93.14%60%-
HSV(B)306º76.61%97.25%-
XYZ54.3728.6476.79-
YUV134.3181.45209.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.36%
GREEN value IS 58 (23.05% from 255) = 10.84%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=46.36%
G=10.84%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485822900.770.080.0330693.1460
HexF83AE504D831325d3c
Octal37072345011510346213574
Binary1111100011101011100101010011011000111001100101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83AE5; }

 p { color: rgb(248,58,229); }

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

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

 a { background-color: rgb(248,58,229); }

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

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

 span { border-color: rgb(248,58,229); }

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