#F34DA6

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

Shades of Brilliant Rose #F34DA6

Tints of Brilliant Rose #F34DA6

Color information

#F34DA6 (or 0xF34DA6) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4D and A6. RGB value is (243,77,166). Sum of RGB (Red+Green+Blue) = 243+77+166=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F34DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34DA6 is #0CB259. Grayscale: #888888. Windows color (decimal): -832090 or 10898931. OLE color: 10898931.

HSL color Cylindrical-coordinate representation of color #F34DA6: hue angle of 327.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34DA6 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB24377166-
CMYK00.680.320.05
HSL327.83º87.37%62.75%-
HSV(B)327.83º68.31%95.29%-
XYZ46.527.1238.86-
YUV136.78144.5203.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 15.84%
BLUE value IS 166 (65.23% from 255) = 34.16%
R=50%
G=15.84%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437716600.680.320.05327.8387.3762.75
HexF34DA6044205148573f
Octal363115246010440551012777
Binary11110011100110110100110010001001000001011010010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34DA6; }

 p { color: rgb(243,77,166); }

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

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

 a { background-color: rgb(243,77,166); }

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

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

 span { border-color: rgb(243,77,166); }

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