#F342DA

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

Shades of Razzle Dazzle Rose #F342DA

Tints of Razzle Dazzle Rose #F342DA

Color information

#F342DA (or 0xF342DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 42 and DA. RGB value is (243,66,218). Sum of RGB (Red+Green+Blue) = 243+66+218=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F342DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F342DA is #0CBD25. Grayscale: #878787. Windows color (decimal): -834854 or 14303987. OLE color: 14303987.

HSL color Cylindrical-coordinate representation of color #F342DA: hue angle of 308.47º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F342DA is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24366218-
CMYK00.730.100.05
HSL308.47º88.06%60.59%-
HSV(B)308.47º72.84%95.29%-
XYZ51.5728.0169.02-
YUV136.25174.14204.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.11%
GREEN value IS 66 (26.17% from 255) = 12.52%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=46.11%
G=12.52%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436621800.730.100.05308.4788.0660.59
HexF342DA049A5134583d
Octal363102332011112546413075
Binary111100111000010110110100100100110101011001101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F342DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F342DA; }

 p { color: rgb(243,66,218); }

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

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

 a { background-color: rgb(243,66,218); }

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

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

 span { border-color: rgb(243,66,218); }

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