#F931F2

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

Shades of Razzle Dazzle Rose #F931F2

Tints of Razzle Dazzle Rose #F931F2

Color information

#F931F2 (or 0xF931F2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 31 and F2. RGB value is (249,49,242). Sum of RGB (Red+Green+Blue) = 249+49+242=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 49 (19.53% from 255 or 9.07% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F931F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F931F2 is #06CE0D. Grayscale: #828282. Windows color (decimal): -445966 or 15872505. OLE color: 15872505.

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

Color convert

RGB24949242-
CMYK00.800.030.02
HSL302.1º94.34%58.43%-
HSV(B)302.1º80.32%97.65%-
XYZ56.1928.7586.59-
YUV130.8190.76212.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 49 (19.53% from 255) = 9.07%
BLUE value IS 242 (94.92% from 255) = 44.81%
R=46.11%
G=9.07%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494924200.800.030.02302.194.3458.43
HexF931F20503212e5e3a
Octal3716136201203245613672
Binary11111001110001111100100101000011101001011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F931F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F931F2; }

 p { color: rgb(249,49,242); }

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

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

 a { background-color: rgb(249,49,242); }

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

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

 span { border-color: rgb(249,49,242); }

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