#F2568E

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

Shades of French Rose #F2568E

Tints of French Rose #F2568E

Color information

#F2568E (or 0xF2568E) is unknown color: approx French Rose. HEX triplet: F2, 56 and 8E. RGB value is (242,86,142). Sum of RGB (Red+Green+Blue) = 242+86+142=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2568E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2568E is #0DA971. Grayscale: #8A8A8A. Windows color (decimal): -895346 or 9328370. OLE color: 9328370.

HSL color Cylindrical-coordinate representation of color #F2568E: hue angle of 338.46º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2568E is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24286142-
CMYK00.640.410.05
HSL338.46º85.71%64.31%-
HSV(B)338.46º64.46%94.9%-
XYZ44.8327.4928.53-
YUV139.03129.68201.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.49%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=51.49%
G=18.30%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428614200.640.410.05338.4685.7164.31
HexF2568E0402951525640
Octal3621262160100515522126100
Binary111100101010110100011100100000010100110110101001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2568E; }

 p { color: rgb(242,86,142); }

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

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

 a { background-color: rgb(242,86,142); }

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

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

 span { border-color: rgb(242,86,142); }

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