#F342CC

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

Shades of Razzle Dazzle Rose #F342CC

Tints of Razzle Dazzle Rose #F342CC

Color information

#F342CC (or 0xF342CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 42 and CC. RGB value is (243,66,204). Sum of RGB (Red+Green+Blue) = 243+66+204=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F342CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F342CC is #0CBD33. Grayscale: #868686. Windows color (decimal): -834868 or 13386483. OLE color: 13386483.

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

Color convert

RGB24366204-
CMYK00.730.160.05
HSL313.22º88.06%60.59%-
HSV(B)313.22º72.84%95.29%-
XYZ49.8127.3159.77-
YUV134.66167.14205.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.37%
GREEN value IS 66 (26.17% from 255) = 12.87%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=47.37%
G=12.87%
B=39.77%

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
Decimal2436620400.730.160.05313.2288.0660.59
HexF342CC049105139583d
Octal363102314011120547113075
Binary1111001110000101100110001001001100001011001110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F342CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F342CC; }

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

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

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

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

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

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

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

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