#F834EB

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

Shades of Razzle Dazzle Rose #F834EB

Tints of Razzle Dazzle Rose #F834EB

Color information

#F834EB (or 0xF834EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 34 and EB. RGB value is (248,52,235). Sum of RGB (Red+Green+Blue) = 248+52+235=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 52 (20.70% from 255 or 9.72% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F834EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F834EB is #07CB14. Grayscale: #828282. Windows color (decimal): -510741 or 15414520. OLE color: 15414520.

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

Color convert

RGB24852235-
CMYK00.790.050.03
HSL303.98º93.33%58.82%-
HSV(B)303.98º79.03%97.25%-
XYZ54.9328.4181.19-
YUV131.47186.43211.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.36%
GREEN value IS 52 (20.70% from 255) = 9.72%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=46.36%
G=9.72%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485223500.790.050.03303.9893.3358.82
HexF834EB04F531305d3b
Octal3706435301175346013573
Binary111110001101001110101101001111101111001100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F834EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F834EB; }

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

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

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

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

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

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

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

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