#F13EE2

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

Shades of Razzle Dazzle Rose #F13EE2

Tints of Razzle Dazzle Rose #F13EE2

Color information

#F13EE2 (or 0xF13EE2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3E and E2. RGB value is (241,62,226). Sum of RGB (Red+Green+Blue) = 241+62+226=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 62 (24.61% from 255 or 11.72% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EE2 is #0EC11D. Grayscale: #858585. Windows color (decimal): -966942 or 14827249. OLE color: 14827249.

HSL color Cylindrical-coordinate representation of color #F13EE2: hue angle of 305.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13EE2 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB24162226-
CMYK00.740.060.05
HSL305.03º86.47%59.41%-
HSV(B)305.03º74.27%94.51%-
XYZ51.7327.6474.56-
YUV134.22179.8204.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 62 (24.61% from 255) = 11.72%
BLUE value IS 226 (88.67% from 255) = 42.72%
R=45.56%
G=11.72%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416222600.740.060.05305.0386.4759.41
HexF13EE204A65131563b
Octal3617634201126546112673
Binary1111000111111011100010010010101101011001100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13EE2; }

 p { color: rgb(241,62,226); }

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

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

 a { background-color: rgb(241,62,226); }

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

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

 span { border-color: rgb(241,62,226); }

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