#F132C5

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

Shades of Razzle Dazzle Rose #F132C5

Tints of Razzle Dazzle Rose #F132C5

Color information

#F132C5 (or 0xF132C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 32 and C5. RGB value is (241,50,197). Sum of RGB (Red+Green+Blue) = 241+50+197=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F132C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132C5 is #0ECD3A. Grayscale: #7B7B7B. Windows color (decimal): -970043 or 12923633. OLE color: 12923633.

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

Color convert

RGB24150197-
CMYK00.790.180.05
HSL313.82º87.21%57.06%-
HSV(B)313.82º79.25%94.51%-
XYZ47.4925.0155.15-
YUV123.87169.28211.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 50 (19.92% from 255) = 10.25%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=49.39%
G=10.25%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415019700.790.180.05313.8287.2157.06
HexF132C504F12513a5739
Octal36162305011722547212771
Binary111100011100101100010101001111100101011001110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F132C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F132C5; }

 p { color: rgb(241,50,197); }

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

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

 a { background-color: rgb(241,50,197); }

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

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

 span { border-color: rgb(241,50,197); }

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