#fe568f

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

Shades of French Rose #FE568F

Tints of French Rose #FE568F

Color information

#FE568F (or 0xFE568F) is unknown color: approx French Rose. HEX triplet: FE, 56 and 8F. RGB value is (254,86,143). Sum of RGB (Red+Green+Blue) = 254+86+143=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE568F is #01A970. Grayscale: #8E8E8E. Windows color (decimal): -108913 or 9393918. OLE color: 9393918.

HSL color Cylindrical-coordinate representation of color #FE568F: hue angle of 339.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE568F is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB25486143-
CMYK00.660.440.00
HSL339.64º98.82%66.67%-
HSV(B)339.64º66.14%99.61%-
XYZ49.1629.7129.13-
YUV142.73128.16207.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.59%
GREEN value IS 86 (33.98% from 255) = 17.81%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=52.59%
G=17.81%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548614300.660.440.00339.6498.8266.67
HexFE568F0422C01546343
Octal3761262170102540524143103
Binary1111111010101101000111101000010101100010101010011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe568f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe568f; }

 p { color: rgb(254,86,143); }

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

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

 a { background-color: rgb(254,86,143); }

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

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

 span { border-color: rgb(254,86,143); }

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