#F834EA

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

Shades of Razzle Dazzle Rose #F834EA

Tints of Razzle Dazzle Rose #F834EA

Color information

#F834EA (or 0xF834EA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 34 and EA. RGB value is (248,52,234). Sum of RGB (Red+Green+Blue) = 248+52+234=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 52 (20.70% from 255 or 9.74% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F834EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F834EA is #07CB15. Grayscale: #828282. Windows color (decimal): -510742 or 15348984. OLE color: 15348984.

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

Color convert

RGB24852234-
CMYK00.790.060.03
HSL304.29º93.33%58.82%-
HSV(B)304.29º79.03%97.25%-
XYZ54.7928.3580.43-
YUV131.35185.93211.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 52 (20.70% from 255) = 9.74%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=46.44%
G=9.74%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485223400.790.060.03304.2993.3358.82
HexF834EA04F631305d3b
Octal3706435201176346013573
Binary111110001101001110101001001111110111001100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F834EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F834EA; }

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

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

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

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

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

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

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

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