Html Css Color HEX #F186DC Pale Magenta

📋 copy color: '#F186DC'

red 241 ◦ green 134 ◦ blue 220

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

Shades of Pale Magenta #F186DC

Tints of Pale Magenta #F186DC

RGB

 RED value IS 241 (94.53% from 255) = 40.5%

 GREEN value IS 134 (52.73% from 255) = 22.52%

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

R = 40.5%
G = 22.52%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F186DC (or 0xF186DC) is known color: Pale Magenta. HEX triplet: F1, 86 and DC. RGB value is (241,134,220). Sum of RGB (Red+Green+Blue) = 241+134+220=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F186DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186DC is #0E7923. Grayscale: #AFAFAF. Windows color (decimal): -948516 or 14452465. OLE color: 14452465.

HSL color Cylindrical-coordinate representation of color #F186DC: hue angle of 311.78º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F186DC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 134 220 -
CMYK 0 0.44 0.09 0.05
HSL 311.78º 0.79% 0.74% -
HSV(B) 311.78º 0.44% 0.95% -
XYZ 57.72 40.92 72.57 -
YUV 175.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 241 134 220 0 0.44 0.09 0.05 311.78 0.79 0.74
Hex F1 86 DC 0 2C 9 5 138 4F 4A
Octal 361 206 334 0 54 11 5 470 117 112
Binary 11110001 10000110 11011100 0 101100 1001 101 100111000 1001111 1001010

Color Harmonies of #F186DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186DC

Black with #F186DC

Text Example


Text Example

White with #F186DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186DC; }

 p { color: rgb(241,134,220); }

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

background-color css

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

 a { background-color: rgb(241,134,220); }

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

border-color css

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

 span { border-color: rgb(241,134,220); }

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