#F132F2

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

Shades of Razzle Dazzle Rose #F132F2

Tints of Razzle Dazzle Rose #F132F2

Color information

#F132F2 (or 0xF132F2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 32 and F2. RGB value is (241,50,242). Sum of RGB (Red+Green+Blue) = 241+50+242=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 50 (19.92% from 255 or 9.38% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #F132F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F132F2 is #0ECD0D. Grayscale: #808080. Windows color (decimal): -969998 or 15872753. OLE color: 15872753.

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

Color convert

RGB24150242-
CMYK0.000.7900.05
HSL299.69º88.07%57.25%-
HSV(B)299.69º79.34%94.9%-
XYZ53.4427.3986.47-
YUV129191.78207.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 50 (19.92% from 255) = 9.38%
BLUE value IS 242 (94.92% from 255) = 45.40%
R=45.22%
G=9.38%
B=45.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241502420.000.7900.05299.6988.0757.25
HexF132F204F0512c5839
Octal3616236201170545413071
Binary11110001110010111100100100111101011001011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F132F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F132F2; }

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

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

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

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

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

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

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

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