Html Css Color HEX #F671DC Pale Magenta

📋 copy color: '#F671DC'

red 246 ◦ green 113 ◦ blue 220

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

Shades of Pale Magenta #F671DC

Tints of Pale Magenta #F671DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.52%

 BLUE value IS 220 (86.33% from 255) = 38%

R = 42.49%
G = 19.52%
B = 38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F671DC (or 0xF671DC) is known color: Pale Magenta. HEX triplet: F6, 71 and DC. RGB value is (246,113,220). Sum of RGB (Red+Green+Blue) = 246+113+220=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F671DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671DC is #098E23. Grayscale: #A4A4A4. Windows color (decimal): -626212 or 14447094. OLE color: 14447094.

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

Color convert

RGB 246 113 220 -
CMYK 0 0.54 0.11 0.04
HSL 311.73º 0.88% 0.7% -
HSV(B) 311.73º 0.54% 0.96% -
XYZ 56.83 36.57 71.77 -
YUV 164.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 246 113 220 0 0.54 0.11 0.04 311.73 0.88 0.7
Hex F6 71 DC 0 36 B 4 138 58 46
Octal 366 161 334 0 66 13 4 470 130 106
Binary 11110110 1110001 11011100 0 110110 1011 100 100111000 1011000 1000110

Color Harmonies of #F671DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F671DC

Black with #F671DC

Text Example


Text Example

White with #F671DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F671DC; }

 p { color: rgb(246,113,220); }

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

background-color css

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

 a { background-color: rgb(246,113,220); }

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

border-color css

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

 span { border-color: rgb(246,113,220); }

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