#fe4c7f

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

Shades of French Rose #FE4C7F

Tints of French Rose #FE4C7F

Color information

#FE4C7F (or 0xFE4C7F) is unknown color: approx French Rose. HEX triplet: FE, 4C and 7F. RGB value is (254,76,127). Sum of RGB (Red+Green+Blue) = 254+76+127=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C7F is #01B380. Grayscale: #878787. Windows color (decimal): -111489 or 8342782. OLE color: 8342782.

HSL color Cylindrical-coordinate representation of color #FE4C7F: hue angle of 342.81º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4C7F is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB25476127-
CMYK00.700.500.00
HSL342.81º98.89%64.71%-
HSV(B)342.81º70.08%99.61%-
XYZ47.2927.7722.95-
YUV135.04123.47212.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.58%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 127 (50% from 255) = 27.79%
R=55.58%
G=16.63%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547612700.700.500.00342.8198.8964.71
HexFE4C7F0463201576341
Octal3761141770106620527143101
Binary111111101001100111111101000110110010010101011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe4c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe4c7f; }

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

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

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

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

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

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

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

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