#F65281

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

Shades of French Rose #F65281

Tints of French Rose #F65281

Color information

#F65281 (or 0xF65281) is unknown color: approx French Rose. HEX triplet: F6, 52 and 81. RGB value is (246,82,129). Sum of RGB (Red+Green+Blue) = 246+82+129=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F65281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65281 is #09AD7E. Grayscale: #888888. Windows color (decimal): -634239 or 8475382. OLE color: 8475382.

HSL color Cylindrical-coordinate representation of color #F65281: hue angle of 342.8º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65281 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24682129-
CMYK00.670.480.04
HSL342.8º90.11%64.31%-
HSV(B)342.8º66.67%96.47%-
XYZ44.9927.2123.65-
YUV136.39123.83206.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.83%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=53.83%
G=17.94%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468212900.670.480.04342.890.1164.31
HexF652810433041575a40
Octal3661222010103604527132100
Binary111101101010010100000010100001111000010010101011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65281; }

 p { color: rgb(246,82,129); }

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

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

 a { background-color: rgb(246,82,129); }

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

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

 span { border-color: rgb(246,82,129); }

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