Html Css Color HEX #F66FDF Pale Magenta

📋 copy color: '#F66FDF'

red 246 ◦ green 111 ◦ blue 223

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

Shades of Pale Magenta #F66FDF

Tints of Pale Magenta #F66FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 42.41%
G = 19.14%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F66FDF (or 0xF66FDF) is known color: Pale Magenta. HEX triplet: F6, 6F and DF. RGB value is (246,111,223). Sum of RGB (Red+Green+Blue) = 246+111+223=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FDF is #099020. Grayscale: #A3A3A3. Windows color (decimal): -626721 or 14643190. OLE color: 14643190.

HSL color Cylindrical-coordinate representation of color #F66FDF: hue angle of 310.22º 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 #F66FDF is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 111 223 -
CMYK 0 0.55 0.09 0.04
HSL 310.22º 0.88% 0.7% -
HSV(B) 310.22º 0.55% 0.96% -
XYZ 57.01 36.29 73.81 -
YUV 164.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 246 111 223 0 0.55 0.09 0.04 310.22 0.88 0.7
Hex F6 6F DF 0 37 9 4 136 58 46
Octal 366 157 337 0 67 11 4 466 130 106
Binary 11110110 1101111 11011111 0 110111 1001 100 100110110 1011000 1000110

Color Harmonies of #F66FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66FDF

Black with #F66FDF

Text Example


Text Example

White with #F66FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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