#F631F2

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

Shades of Razzle Dazzle Rose #F631F2

Tints of Razzle Dazzle Rose #F631F2

Color information

#F631F2 (or 0xF631F2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 31 and F2. RGB value is (246,49,242). Sum of RGB (Red+Green+Blue) = 246+49+242=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 49 (19.53% from 255 or 9.12% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F631F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F631F2 is #09CE0D. Grayscale: #818181. Windows color (decimal): -642574 or 15872502. OLE color: 15872502.

HSL color Cylindrical-coordinate representation of color #F631F2: hue angle of 301.22º degrees, saturation: 0.92, 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 #F631F2 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24649242-
CMYK00.800.020.04
HSL301.22º91.63%57.84%-
HSV(B)301.22º80.08%96.47%-
XYZ55.1328.286.54-
YUV129.9191.27210.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.81%
GREEN value IS 49 (19.53% from 255) = 9.12%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=45.81%
G=9.12%
B=45.07%

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
Decimal2464924200.800.020.04301.2291.6357.84
HexF631F20502412d5c3a
Octal3666136201202445513472
Binary111101101100011111001001010000101001001011011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F631F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F631F2; }

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

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

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

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

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

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

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

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