#F342C1

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

Shades of Razzle Dazzle Rose #F342C1

Tints of Razzle Dazzle Rose #F342C1

Color information

#F342C1 (or 0xF342C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 42 and C1. RGB value is (243,66,193). Sum of RGB (Red+Green+Blue) = 243+66+193=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F342C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F342C1 is #0CBD3E. Grayscale: #858585. Windows color (decimal): -834879 or 12665587. OLE color: 12665587.

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

Color convert

RGB24366193-
CMYK00.730.210.05
HSL316.95º88.06%60.59%-
HSV(B)316.95º72.84%95.29%-
XYZ48.5426.853.07-
YUV133.4161.64206.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.41%
GREEN value IS 66 (26.17% from 255) = 13.15%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=48.41%
G=13.15%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436619300.730.210.05316.9588.0660.59
HexF342C104915513d583d
Octal363102301011125547513075
Binary1111001110000101100000101001001101011011001111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F342C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F342C1; }

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

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

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

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

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

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

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

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