Html Css Color HEX #F186DF Pale Magenta

📋 copy color: '#F186DF'

red 241 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #F186DF

Tints of Pale Magenta #F186DF

RGB

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

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

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

R = 40.3%
G = 22.41%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F186DF (or 0xF186DF) is known color: Pale Magenta. HEX triplet: F1, 86 and DF. RGB value is (241,134,223). Sum of RGB (Red+Green+Blue) = 241+134+223=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F186DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186DF is #0E7920. Grayscale: #AFAFAF. Windows color (decimal): -948513 or 14649073. OLE color: 14649073.

HSL color Cylindrical-coordinate representation of color #F186DF: hue angle of 310.09º 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 #F186DF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 134 223 -
CMYK 0 0.44 0.07 0.05
HSL 310.09º 0.79% 0.74% -
HSV(B) 310.09º 0.44% 0.95% -
XYZ 58.12 41.08 74.68 -
YUV 176.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 241 134 223 0 0.44 0.07 0.05 310.09 0.79 0.74
Hex F1 86 DF 0 2C 7 5 136 4F 4A
Octal 361 206 337 0 54 7 5 466 117 112
Binary 11110001 10000110 11011111 0 101100 111 101 100110110 1001111 1001010

Color Harmonies of #F186DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186DF

Black with #F186DF

Text Example


Text Example

White with #F186DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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