#F34A8A

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

Shades of French Rose #F34A8A

Tints of French Rose #F34A8A

Color information

#F34A8A (or 0xF34A8A) is unknown color: approx French Rose. HEX triplet: F3, 4A and 8A. RGB value is (243,74,138). Sum of RGB (Red+Green+Blue) = 243+74+138=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34A8A is #0CB575. Grayscale: #838383. Windows color (decimal): -832886 or 9063155. OLE color: 9063155.

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

Color convert

RGB24374138-
CMYK00.700.430.05
HSL337.28º87.56%62.16%-
HSV(B)337.28º69.55%95.29%-
XYZ4425.7926.7-
YUV131.83131.49207.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.41%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=53.41%
G=16.26%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437413800.700.430.05337.2887.5662.16
HexF34A8A0462B5151583e
Octal363112212010653552113076
Binary11110011100101010001010010001101010111011010100011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A8A; }

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

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

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

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

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

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

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

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