Html Css Color HEX #F187DF Pale Magenta

📋 copy color: '#F187DF'

red 241 ◦ green 135 ◦ blue 223

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

Shades of Pale Magenta #F187DF

Tints of Pale Magenta #F187DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.54%

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

R = 40.23%
G = 22.54%
B = 37.23%

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

#F187DF (or 0xF187DF) is known color: Pale Magenta. HEX triplet: F1, 87 and DF. RGB value is (241,135,223). Sum of RGB (Red+Green+Blue) = 241+135+223=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 135 (53.12% from 255 or 22.54% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F187DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187DF is #0E7820. Grayscale: #B0B0B0. Windows color (decimal): -948257 or 14649329. OLE color: 14649329.

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

Color convert

RGB 241 135 223 -
CMYK 0 0.44 0.07 0.05
HSL 310.19º 0.79% 0.74% -
HSV(B) 310.19º 0.44% 0.95% -
XYZ 58.26 41.36 74.72 -
YUV 176.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 241 135 223 0 0.44 0.07 0.05 310.19 0.79 0.74
Hex F1 87 DF 0 2C 7 5 136 4F 4A
Octal 361 207 337 0 54 7 5 466 117 112
Binary 11110001 10000111 11011111 0 101100 111 101 100110110 1001111 1001010

Color Harmonies of #F187DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187DF

Black with #F187DF

Text Example


Text Example

White with #F187DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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