#F34B93

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

Shades of French Rose #F34B93

Tints of French Rose #F34B93

Color information

#F34B93 (or 0xF34B93) is unknown color: approx French Rose. HEX triplet: F3, 4B and 93. RGB value is (243,75,147). Sum of RGB (Red+Green+Blue) = 243+75+147=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34B93 is #0CB46C. Grayscale: #858585. Windows color (decimal): -832621 or 9653235. OLE color: 9653235.

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

Color convert

RGB24375147-
CMYK00.690.400.05
HSL334.29º87.5%62.35%-
HSV(B)334.29º69.14%95.29%-
XYZ44.7426.1930.3-
YUV133.44135.66206.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.26%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=52.26%
G=16.13%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437514700.690.400.05334.2987.562.35
HexF34B9304528514e583e
Octal363113223010550551613076
Binary11110011100101110010011010001011010001011010011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B93; }

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

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

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

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

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

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

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

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