Html Css Color HEX #F66CDB Pale Magenta

📋 copy color: '#F66CDB'

red 246 ◦ green 108 ◦ blue 219

#F66CDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F66CDB

Tints of Pale Magenta #F66CDB

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 value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F66CDB (or 0xF66CDB) is known color: 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

RGB 246 108 219 -
CMYK 0 0.56 0.11 0.04
HSL 311.74º 0.88% 0.69% -
HSV(B) 311.74º 0.56% 0.96% -
XYZ 56.15 35.43 70.9 -
YUV 161.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 246 108 219 0 0.56 0.11 0.04 311.74 0.88 0.69
Hex F6 6C DB 0 38 B 4 138 58 45
Octal 366 154 333 0 70 13 4 470 130 105
Binary 11110110 1101100 11011011 0 111000 1011 100 100111000 1011000 1000101

Color Harmonies of #F66CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66CDB

Black with #F66CDB

Text Example


Text Example

White with #F66CDB

Text Example


Text Example

HTML Codes & Css Web 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>