#F3467A

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

Shades of French Rose #F3467A

Tints of French Rose #F3467A

Color information

#F3467A (or 0xF3467A) is unknown color: approx French Rose. HEX triplet: F3, 46 and 7A. RGB value is (243,70,122). Sum of RGB (Red+Green+Blue) = 243+70+122=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3467A is #0CB985. Grayscale: #7F7F7F. Windows color (decimal): -833926 or 8013555. OLE color: 8013555.

HSL color Cylindrical-coordinate representation of color #F3467A: hue angle of 341.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3467A is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24370122-
CMYK00.710.500.05
HSL341.97º87.82%61.37%-
HSV(B)341.97º71.19%95.29%-
XYZ42.6724.8420.96-
YUV127.65124.81210.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.86%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=55.86%
G=16.09%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437012200.710.500.05341.9787.8261.37
HexF3467A047325156583d
Octal363106172010762552613075
Binary1111001110001101111010010001111100101011010101101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3467A; }

 p { color: rgb(243,70,122); }

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

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

 a { background-color: rgb(243,70,122); }

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

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

 span { border-color: rgb(243,70,122); }

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