#f34b95

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

Shades of French Rose #F34B95

Tints of French Rose #F34B95

Color information

#F34B95 (or 0xF34B95) is unknown color: approx French Rose. HEX triplet: F3, 4B and 95. RGB value is (243,75,149). Sum of RGB (Red+Green+Blue) = 243+75+149=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34B95 is #0CB46A. Grayscale: #858585. Windows color (decimal): -832619 or 9784307. OLE color: 9784307.

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

Color convert

RGB24375149-
CMYK00.690.390.05
HSL333.57º87.5%62.35%-
HSV(B)333.57º69.14%95.29%-
XYZ44.926.2631.14-
YUV133.67136.66205.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.03%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=52.03%
G=16.06%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437514900.690.390.05333.5787.562.35
HexF34B9504527514e583e
Octal363113225010547551613076
Binary11110011100101110010101010001011001111011010011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f34b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f34b95; }

 p { color: rgb(243,75,149); }

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

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

 a { background-color: rgb(243,75,149); }

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

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

 span { border-color: rgb(243,75,149); }

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