#F431BE

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

Shades of Razzle Dazzle Rose #F431BE

Tints of Razzle Dazzle Rose #F431BE

Color information

#F431BE (or 0xF431BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 31 and BE. RGB value is (244,49,190). Sum of RGB (Red+Green+Blue) = 244+49+190=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F431BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431BE is #0BCE41. Grayscale: #7B7B7B. Windows color (decimal): -773698 or 12464628. OLE color: 12464628.

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

Color convert

RGB24449190-
CMYK00.800.220.04
HSL316.62º89.86%57.45%-
HSV(B)316.62º79.92%95.69%-
XYZ47.725.1551.06-
YUV123.38165.6214.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 49 (19.53% from 255) = 10.14%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=50.52%
G=10.14%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444919000.800.220.04316.6289.8657.45
HexF431BE05016413d5a39
Octal36461276012026447513271
Binary111101001100011011111001010000101101001001111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F431BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F431BE; }

 p { color: rgb(244,49,190); }

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

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

 a { background-color: rgb(244,49,190); }

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

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

 span { border-color: rgb(244,49,190); }

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