#F34B7F

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

Shades of French Rose #F34B7F

Tints of French Rose #F34B7F

Color information

#F34B7F (or 0xF34B7F) is unknown color: approx French Rose. HEX triplet: F3, 4B and 7F. RGB value is (243,75,127). Sum of RGB (Red+Green+Blue) = 243+75+127=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B7F is #0CB480. Grayscale: #838383. Windows color (decimal): -832641 or 8342515. OLE color: 8342515.

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

Color convert

RGB24375127-
CMYK00.690.480.05
HSL341.43º87.5%62.35%-
HSV(B)341.43º69.14%95.29%-
XYZ43.3125.6222.74-
YUV131.16125.66207.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.61%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 127 (50% from 255) = 28.54%
R=54.61%
G=16.85%
B=28.54%

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
Decimal2437512700.690.480.05341.4387.562.35
HexF34B7F045305155583e
Octal363113177010560552513076
Binary1111001110010111111111010001011100001011010101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B7F; }

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

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

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

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

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

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

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

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