#F340C6

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

Shades of Razzle Dazzle Rose #F340C6

Tints of Razzle Dazzle Rose #F340C6

Color information

#F340C6 (or 0xF340C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 40 and C6. RGB value is (243,64,198). Sum of RGB (Red+Green+Blue) = 243+64+198=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F340C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340C6 is #0CBF39. Grayscale: #848484. Windows color (decimal): -835386 or 12992755. OLE color: 12992755.

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

Color convert

RGB24364198-
CMYK00.740.190.05
HSL315.08º88.18%60.2%-
HSV(B)315.08º73.66%95.29%-
XYZ48.9926.856.02-
YUV132.8164.8206.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.12%
GREEN value IS 64 (25.39% from 255) = 12.67%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=48.12%
G=12.67%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436419800.740.190.05315.0888.1860.2
HexF340C604A13513b583c
Octal363100306011223547313074
Binary1111001110000001100011001001010100111011001110111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F340C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F340C6; }

 p { color: rgb(243,64,198); }

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

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

 a { background-color: rgb(243,64,198); }

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

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

 span { border-color: rgb(243,64,198); }

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