#F431BD

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

Shades of Razzle Dazzle Rose #F431BD

Tints of Razzle Dazzle Rose #F431BD

Color information

#F431BD (or 0xF431BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 31 and BD. RGB value is (244,49,189). Sum of RGB (Red+Green+Blue) = 244+49+189=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F431BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431BD is #0BCE42. Grayscale: #7A7A7A. Windows color (decimal): -773699 or 12399092. OLE color: 12399092.

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

Color convert

RGB24449189-
CMYK00.800.230.04
HSL316.92º89.86%57.45%-
HSV(B)316.92º79.92%95.69%-
XYZ47.5925.150.48-
YUV123.26165.1214.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 49 (19.53% from 255) = 10.17%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=50.62%
G=10.17%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444918900.800.230.04316.9289.8657.45
HexF431BD05017413d5a39
Octal36461275012027447513271
Binary111101001100011011110101010000101111001001111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F431BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F431BD; }

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

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

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

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

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

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

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

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