#F34B90

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

Shades of French Rose #F34B90

Tints of French Rose #F34B90

Color information

#F34B90 (or 0xF34B90) is unknown color: approx French Rose. HEX triplet: F3, 4B and 90. RGB value is (243,75,144). Sum of RGB (Red+Green+Blue) = 243+75+144=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34B90 is #0CB46F. Grayscale: #848484. Windows color (decimal): -832624 or 9456627. OLE color: 9456627.

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

Color convert

RGB24375144-
CMYK00.690.410.05
HSL335.36º87.5%62.35%-
HSV(B)335.36º69.14%95.29%-
XYZ44.5126.129.08-
YUV133.1134.16206.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.60%
GREEN value IS 75 (29.69% from 255) = 16.23%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=52.60%
G=16.23%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437514400.690.410.05335.3687.562.35
HexF34B9004529514f583e
Octal363113220010551551713076
Binary11110011100101110010000010001011010011011010011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B90; }

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

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

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

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

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

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

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

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