#F34C7F

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

Shades of French Rose #F34C7F

Tints of French Rose #F34C7F

Color information

#F34C7F (or 0xF34C7F) is unknown color: approx French Rose. HEX triplet: F3, 4C and 7F. RGB value is (243,76,127). Sum of RGB (Red+Green+Blue) = 243+76+127=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C7F is #0CB380. Grayscale: #838383. Windows color (decimal): -832385 or 8342771. OLE color: 8342771.

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

Color convert

RGB24376127-
CMYK00.690.480.05
HSL341.68º87.43%62.55%-
HSV(B)341.68º68.72%95.29%-
XYZ43.3825.7622.76-
YUV131.75125.33207.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.48%
GREEN value IS 76 (30.08% from 255) = 17.04%
BLUE value IS 127 (50% from 255) = 28.48%
R=54.48%
G=17.04%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437612700.690.480.05341.6887.4362.55
HexF34C7F045305156573f
Octal363114177010560552612777
Binary1111001110011001111111010001011100001011010101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34C7F; }

 p { color: rgb(243,76,127); }

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

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

 a { background-color: rgb(243,76,127); }

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

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

 span { border-color: rgb(243,76,127); }

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