#F83FEA

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

Shades of Razzle Dazzle Rose #F83FEA

Tints of Razzle Dazzle Rose #F83FEA

Color information

#F83FEA (or 0xF83FEA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3F and EA. RGB value is (248,63,234). Sum of RGB (Red+Green+Blue) = 248+63+234=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 63 (25% from 255 or 11.56% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83FEA is #07C015. Grayscale: #898989. Windows color (decimal): -507926 or 15351800. OLE color: 15351800.

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

Color convert

RGB24863234-
CMYK00.750.060.03
HSL304.54º92.96%60.98%-
HSV(B)304.54º74.6%97.25%-
XYZ55.3429.4580.61-
YUV137.81182.29206.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 63 (25% from 255) = 11.56%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=45.50%
G=11.56%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486323400.750.060.03304.5492.9660.98
HexF83FEA04B631315d3d
Octal3707735201136346113575
Binary111110001111111110101001001011110111001100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83FEA; }

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

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

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

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

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

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

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

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