#F13CE4

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

Shades of Razzle Dazzle Rose #F13CE4

Tints of Razzle Dazzle Rose #F13CE4

Color information

#F13CE4 (or 0xF13CE4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3C and E4. RGB value is (241,60,228). Sum of RGB (Red+Green+Blue) = 241+60+228=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CE4 is #0EC31B. Grayscale: #848484. Windows color (decimal): -967452 or 14957809. OLE color: 14957809.

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

Color convert

RGB24160228-
CMYK00.750.050.05
HSL304.31º86.6%59.02%-
HSV(B)304.31º75.1%94.51%-
XYZ51.927.5375.98-
YUV133.27181.47204.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 60 (23.83% from 255) = 11.34%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=45.56%
G=11.34%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416022800.750.050.05304.3186.659.02
HexF13CE404B55130573b
Octal3617434401135546012773
Binary1111000111110011100100010010111011011001100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13CE4; }

 p { color: rgb(241,60,228); }

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

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

 a { background-color: rgb(241,60,228); }

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

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

 span { border-color: rgb(241,60,228); }

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