Html Css Color HEX #F187DD Pale Magenta

📋 copy color: '#F187DD'

red 241 ◦ green 135 ◦ blue 221

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

Shades of Pale Magenta #F187DD

Tints of Pale Magenta #F187DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 40.37%
G = 22.61%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F187DD (or 0xF187DD) is known color: Pale Magenta. HEX triplet: F1, 87 and DD. RGB value is (241,135,221). Sum of RGB (Red+Green+Blue) = 241+135+221=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F187DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187DD is #0E7822. Grayscale: #B0B0B0. Windows color (decimal): -948259 or 14518257. OLE color: 14518257.

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

Color convert

RGB 241 135 221 -
CMYK 0 0.44 0.08 0.05
HSL 311.32º 0.79% 0.74% -
HSV(B) 311.32º 0.44% 0.95% -
XYZ 57.99 41.25 73.31 -
YUV 176.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 241 135 221 0 0.44 0.08 0.05 311.32 0.79 0.74
Hex F1 87 DD 0 2C 8 5 137 4F 4A
Octal 361 207 335 0 54 10 5 467 117 112
Binary 11110001 10000111 11011101 0 101100 1000 101 100110111 1001111 1001010

Color Harmonies of #F187DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187DD

Black with #F187DD

Text Example


Text Example

White with #F187DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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