Html Css Color HEX #F66FDA Pale Magenta

📋 copy color: '#F66FDA'

red 246 ◦ green 111 ◦ blue 218

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

Shades of Pale Magenta #F66FDA

Tints of Pale Magenta #F66FDA

RGB

 RED value IS 246 (96.48% from 255) = 42.78%

 GREEN value IS 111 (43.75% from 255) = 19.3%

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 42.78%
G = 19.3%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F66FDA (or 0xF66FDA) is known color: Pale Magenta. HEX triplet: F6, 6F and DA. RGB value is (246,111,218). Sum of RGB (Red+Green+Blue) = 246+111+218=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FDA is #099025. Grayscale: #A3A3A3. Windows color (decimal): -626726 or 14315510. OLE color: 14315510.

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

Color convert

RGB 246 111 218 -
CMYK 0 0.55 0.11 0.04
HSL 312.44º 0.88% 0.7% -
HSV(B) 312.44º 0.55% 0.96% -
XYZ 56.35 36.02 70.31 -
YUV 163.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 246 111 218 0 0.55 0.11 0.04 312.44 0.88 0.7
Hex F6 6F DA 0 37 B 4 138 58 46
Octal 366 157 332 0 67 13 4 470 130 106
Binary 11110110 1101111 11011010 0 110111 1011 100 100111000 1011000 1000110

Color Harmonies of #F66FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66FDA

Black with #F66FDA

Text Example


Text Example

White with #F66FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66FDA; }

 p { color: rgb(246,111,218); }

 H1.HeaderClassName
 {
   color: #F66FDA;
 }
 .AnyTagClassName
 {
   color: #F66FDA;
 }
</style>

background-color css

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

 a { background-color: rgb(246,111,218); }

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

border-color css

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

 span { border-color: rgb(246,111,218); }

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