#F66CDB

Color #F66CDB Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F66CDB

Tints of Pale Magenta #F66CDB

Color information

#F66CDB (or 0xF66CDB) is unknown color: approx Pale Magenta. HEX triplet: F6, 6C and DB. RGB value is (246,108,219). Sum of RGB (Red+Green+Blue) = 246+108+219=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CDB is #099324. Grayscale: #A1A1A1. Windows color (decimal): -627493 or 14380278. OLE color: 14380278.

HSL color Cylindrical-coordinate representation of color #F66CDB: hue angle of 311.74º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66CDB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246108219-
CMYK00.560.110.04
HSL311.74º88.46%69.41%-
HSV(B)311.74º56.1%96.47%-
XYZ56.1535.4370.9-
YUV161.92160.22187.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 108 (42.58% from 255) = 18.85%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=42.93%
G=18.85%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610821900.560.110.04311.7488.4669.41
HexF66CDB038B41385845
Octal366154333070134470130105
Binary111101101101100110110110111000101110010011100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66CDB; }

 p { color: rgb(246,108,219); }

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

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

 a { background-color: rgb(246,108,219); }

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

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

 span { border-color: rgb(246,108,219); }

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