#F13DE5

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

Shades of Razzle Dazzle Rose #F13DE5

Tints of Razzle Dazzle Rose #F13DE5

Color information

#F13DE5 (or 0xF13DE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3D and E5. RGB value is (241,61,229). Sum of RGB (Red+Green+Blue) = 241+61+229=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 61 (24.22% from 255 or 11.49% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F13DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13DE5 is #0EC21A. Grayscale: #858585. Windows color (decimal): -967195 or 15023601. OLE color: 15023601.

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

Color convert

RGB24161229-
CMYK00.750.050.05
HSL304º86.54%59.22%-
HSV(B)304º74.69%94.51%-
XYZ52.0927.776.73-
YUV133.97181.63204.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 61 (24.22% from 255) = 11.49%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=45.39%
G=11.49%
B=43.13%

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
Decimal2416122900.750.050.0530486.5459.22
HexF13DE504B55130573b
Octal3617534501135546012773
Binary1111000111110111100101010010111011011001100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13DE5; }

 p { color: rgb(241,61,229); }

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

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

 a { background-color: rgb(241,61,229); }

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

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

 span { border-color: rgb(241,61,229); }

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