#F130D9

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

Shades of Razzle Dazzle Rose #F130D9

Tints of Razzle Dazzle Rose #F130D9

Color information

#F130D9 (or 0xF130D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 30 and D9. RGB value is (241,48,217). Sum of RGB (Red+Green+Blue) = 241+48+217=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F130D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130D9 is #0ECF26. Grayscale: #7C7C7C. Windows color (decimal): -970535 or 14233841. OLE color: 14233841.

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

Color convert

RGB24148217-
CMYK00.800.100.05
HSL307.46º87.33%56.67%-
HSV(B)307.46º80.08%94.51%-
XYZ49.8625.8268-
YUV124.97179.94210.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 48 (19.14% from 255) = 9.49%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=47.63%
G=9.49%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414821700.800.100.05307.4687.3356.67
HexF130D9050A51335739
Octal36160331012012546312771
Binary11110001110000110110010101000010101011001100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F130D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F130D9; }

 p { color: rgb(241,48,217); }

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

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

 a { background-color: rgb(241,48,217); }

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

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

 span { border-color: rgb(241,48,217); }

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