#F130DA

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

Shades of Razzle Dazzle Rose #F130DA

Tints of Razzle Dazzle Rose #F130DA

Color information

#F130DA (or 0xF130DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 30 and DA. RGB value is (241,48,218). Sum of RGB (Red+Green+Blue) = 241+48+218=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F130DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130DA is #0ECF25. Grayscale: #7C7C7C. Windows color (decimal): -970534 or 14299377. OLE color: 14299377.

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

Color convert

RGB24148218-
CMYK00.800.100.05
HSL307.15º87.33%56.67%-
HSV(B)307.15º80.08%94.51%-
XYZ49.9925.8868.69-
YUV125.09180.44210.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 48 (19.14% from 255) = 9.47%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=47.53%
G=9.47%
B=43.00%

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
Decimal2414821800.800.100.05307.1587.3356.67
HexF130DA050A51335739
Octal36160332012012546312771
Binary11110001110000110110100101000010101011001100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F130DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F130DA; }

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

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

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

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

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

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

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

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