#F342B4

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

Shades of Razzle Dazzle Rose #F342B4

Tints of Razzle Dazzle Rose #F342B4

Color information

#F342B4 (or 0xF342B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 42 and B4. RGB value is (243,66,180). Sum of RGB (Red+Green+Blue) = 243+66+180=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F342B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F342B4 is #0CBD4B. Grayscale: #838383. Windows color (decimal): -834892 or 11813619. OLE color: 11813619.

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

Color convert

RGB24366180-
CMYK00.730.260.05
HSL321.36º88.06%60.59%-
HSV(B)321.36º72.84%95.29%-
XYZ47.1526.2545.76-
YUV131.92155.14207.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.69%
GREEN value IS 66 (26.17% from 255) = 13.50%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=49.69%
G=13.50%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436618000.730.260.05321.3688.0660.59
HexF342B40491A5141583d
Octal363102264011132550113075
Binary1111001110000101011010001001001110101011010000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F342B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F342B4; }

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

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

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

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

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

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

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

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