#F34B8A

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

Shades of French Rose #F34B8A

Tints of French Rose #F34B8A

Color information

#F34B8A (or 0xF34B8A) is unknown color: approx French Rose. HEX triplet: F3, 4B and 8A. RGB value is (243,75,138). Sum of RGB (Red+Green+Blue) = 243+75+138=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34B8A is #0CB475. Grayscale: #848484. Windows color (decimal): -832630 or 9063411. OLE color: 9063411.

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

Color convert

RGB24375138-
CMYK00.690.430.05
HSL337.5º87.5%62.35%-
HSV(B)337.5º69.14%95.29%-
XYZ44.0725.9226.73-
YUV132.41131.16206.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.29%
GREEN value IS 75 (29.69% from 255) = 16.45%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=53.29%
G=16.45%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437513800.690.430.05337.587.562.35
HexF34B8A0452B5152583e
Octal363113212010553552213076
Binary11110011100101110001010010001011010111011010100101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B8A; }

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

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

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

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

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

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

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

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