#F34F93

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

Shades of French Rose #F34F93

Tints of French Rose #F34F93

Color information

#F34F93 (or 0xF34F93) is unknown color: approx French Rose. HEX triplet: F3, 4F and 93. RGB value is (243,79,147). Sum of RGB (Red+Green+Blue) = 243+79+147=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34F93 is #0CB06C. Grayscale: #878787. Windows color (decimal): -831597 or 9654259. OLE color: 9654259.

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

Color convert

RGB24379147-
CMYK00.670.400.05
HSL335.12º87.23%63.14%-
HSV(B)335.12º67.49%95.29%-
XYZ45.0226.7530.39-
YUV135.79134.33204.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.81%
GREEN value IS 79 (31.25% from 255) = 16.84%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=51.81%
G=16.84%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437914700.670.400.05335.1287.2363.14
HexF34F9304328514f573f
Octal363117223010350551712777
Binary11110011100111110010011010000111010001011010011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34F93; }

 p { color: rgb(243,79,147); }

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

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

 a { background-color: rgb(243,79,147); }

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

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

 span { border-color: rgb(243,79,147); }

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