#F532F1

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

Shades of Razzle Dazzle Rose #F532F1

Tints of Razzle Dazzle Rose #F532F1

Color information

#F532F1 (or 0xF532F1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 32 and F1. RGB value is (245,50,241). Sum of RGB (Red+Green+Blue) = 245+50+241=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 50 (19.92% from 255 or 9.33% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F532F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F532F1 is #0ACD0E. Grayscale: #818181. Windows color (decimal): -707855 or 15807221. OLE color: 15807221.

HSL color Cylindrical-coordinate representation of color #F532F1: hue angle of 301.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532F1 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24550241-
CMYK00.800.020.04
HSL301.23º90.7%57.84%-
HSV(B)301.23º79.59%96.08%-
XYZ54.6728.0485.75-
YUV130.08190.6209.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.71%
GREEN value IS 50 (19.92% from 255) = 9.33%
BLUE value IS 241 (94.53% from 255) = 44.96%
R=45.71%
G=9.33%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455024100.800.020.04301.2390.757.84
HexF532F10502412d5b3a
Octal3656236101202445513372
Binary111101011100101111000101010000101001001011011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F532F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F532F1; }

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

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

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

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

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

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

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

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