#F74B8F

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

Shades of French Rose #F74B8F

Tints of French Rose #F74B8F

Color information

#F74B8F (or 0xF74B8F) is unknown color: approx French Rose. HEX triplet: F7, 4B and 8F. RGB value is (247,75,143). Sum of RGB (Red+Green+Blue) = 247+75+143=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74B8F is #08B470. Grayscale: #868686. Windows color (decimal): -570481 or 9391095. OLE color: 9391095.

HSL color Cylindrical-coordinate representation of color #F74B8F: hue angle of 336.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74B8F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB24775143-
CMYK00.700.420.03
HSL336.28º91.49%63.14%-
HSV(B)336.28º69.64%96.86%-
XYZ45.8326.7928.74-
YUV134.18132.98208.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.12%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=53.12%
G=16.13%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477514300.700.420.03336.2891.4963.14
HexF74B8F0462A31505b3f
Octal367113217010652352013377
Binary1111011110010111000111101000110101010111010100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74B8F; }

 p { color: rgb(247,75,143); }

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

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

 a { background-color: rgb(247,75,143); }

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

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

 span { border-color: rgb(247,75,143); }

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