#F349C1

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

Shades of Razzle Dazzle Rose #F349C1

Tints of Razzle Dazzle Rose #F349C1

Color information

#F349C1 (or 0xF349C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 49 and C1. RGB value is (243,73,193). Sum of RGB (Red+Green+Blue) = 243+73+193=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F349C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349C1 is #0CB63E. Grayscale: #898989. Windows color (decimal): -833087 or 12667379. OLE color: 12667379.

HSL color Cylindrical-coordinate representation of color #F349C1: hue angle of 317.65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349C1 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB24373193-
CMYK00.700.210.05
HSL317.65º87.63%61.96%-
HSV(B)317.65º69.96%95.29%-
XYZ48.9727.6753.21-
YUV137.51159.32203.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 73 (28.91% from 255) = 14.34%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=47.74%
G=14.34%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437319300.700.210.05317.6587.6361.96
HexF349C104615513e583e
Octal363111301010625547613076
Binary1111001110010011100000101000110101011011001111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F349C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F349C1; }

 p { color: rgb(243,73,193); }

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

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

 a { background-color: rgb(243,73,193); }

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

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

 span { border-color: rgb(243,73,193); }

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