#F434D5

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

Shades of Razzle Dazzle Rose #F434D5

Tints of Razzle Dazzle Rose #F434D5

Color information

#F434D5 (or 0xF434D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 34 and D5. RGB value is (244,52,213). Sum of RGB (Red+Green+Blue) = 244+52+213=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 52 (20.70% from 255 or 10.22% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F434D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F434D5 is #0BCB2A. Grayscale: #7F7F7F. Windows color (decimal): -772907 or 13972724. OLE color: 13972724.

HSL color Cylindrical-coordinate representation of color #F434D5: hue angle of 309.69º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F434D5 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24452213-
CMYK00.790.130.04
HSL309.69º89.72%58.04%-
HSV(B)309.69º78.69%95.69%-
XYZ50.5526.4965.4-
YUV127.76176.11210.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 52 (20.70% from 255) = 10.22%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=47.94%
G=10.22%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445221300.790.130.04309.6989.7258.04
HexF434D504FD41365a3a
Octal36464325011715446613272
Binary11110100110100110101010100111111011001001101101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F434D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F434D5; }

 p { color: rgb(244,52,213); }

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

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

 a { background-color: rgb(244,52,213); }

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

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

 span { border-color: rgb(244,52,213); }

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