#F342CD

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

Shades of Razzle Dazzle Rose #F342CD

Tints of Razzle Dazzle Rose #F342CD

Color information

#F342CD (or 0xF342CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 42 and CD. RGB value is (243,66,205). Sum of RGB (Red+Green+Blue) = 243+66+205=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F342CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F342CD is #0CBD32. Grayscale: #868686. Windows color (decimal): -834867 or 13452019. OLE color: 13452019.

HSL color Cylindrical-coordinate representation of color #F342CD: hue angle of 312.88º 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 #F342CD is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB24366205-
CMYK00.730.160.05
HSL312.88º88.06%60.59%-
HSV(B)312.88º72.84%95.29%-
XYZ49.9327.3660.41-
YUV134.77167.64205.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 66 (26.17% from 255) = 12.84%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=47.28%
G=12.84%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436620500.730.160.05312.8888.0660.59
HexF342CD049105139583d
Octal363102315011120547113075
Binary1111001110000101100110101001001100001011001110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F342CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F342CD; }

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

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

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

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

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

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

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

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