#F340BD

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

Shades of Razzle Dazzle Rose #F340BD

Tints of Razzle Dazzle Rose #F340BD

Color information

#F340BD (or 0xF340BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 40 and BD. RGB value is (243,64,189). Sum of RGB (Red+Green+Blue) = 243+64+189=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F340BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340BD is #0CBF42. Grayscale: #838383. Windows color (decimal): -835395 or 12402931. OLE color: 12402931.

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

Color convert

RGB24364189-
CMYK00.740.220.05
HSL318.1º88.18%60.2%-
HSV(B)318.1º73.66%95.29%-
XYZ47.9826.450.71-
YUV131.77160.3207.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 64 (25.39% from 255) = 12.90%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=48.99%
G=12.90%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436418900.740.220.05318.188.1860.2
HexF340BD04A16513e583c
Octal363100275011226547613074
Binary1111001110000001011110101001010101101011001111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F340BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F340BD; }

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

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

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

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

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

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

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

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