#F132C6

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

Shades of Razzle Dazzle Rose #F132C6

Tints of Razzle Dazzle Rose #F132C6

Color information

#F132C6 (or 0xF132C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 32 and C6. RGB value is (241,50,198). Sum of RGB (Red+Green+Blue) = 241+50+198=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F132C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132C6 is #0ECD39. Grayscale: #7B7B7B. Windows color (decimal): -970042 or 12989169. OLE color: 12989169.

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

Color convert

RGB24150198-
CMYK00.790.180.05
HSL313.51º87.21%57.06%-
HSV(B)313.51º79.25%94.51%-
XYZ47.6125.0655.75-
YUV123.98169.78211.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 50 (19.92% from 255) = 10.22%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=49.28%
G=10.22%
B=40.49%

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
Decimal2415019800.790.180.05313.5187.2157.06
HexF132C604F12513a5739
Octal36162306011722547212771
Binary111100011100101100011001001111100101011001110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F132C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F132C6; }

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

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

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

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

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

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

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

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