Html Css Color HEX #F187DA Pale Magenta

📋 copy color: '#F187DA'

red 241 ◦ green 135 ◦ blue 218

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

Shades of Pale Magenta #F187DA

Tints of Pale Magenta #F187DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 40.57%
G = 22.73%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F187DA (or 0xF187DA) is known color: Pale Magenta. HEX triplet: F1, 87 and DA. RGB value is (241,135,218). Sum of RGB (Red+Green+Blue) = 241+135+218=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F187DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187DA is #0E7825. Grayscale: #AFAFAF. Windows color (decimal): -948262 or 14321649. OLE color: 14321649.

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

Color convert

RGB 241 135 218 -
CMYK 0 0.44 0.10 0.05
HSL 313.02º 0.79% 0.74% -
HSV(B) 313.02º 0.44% 0.95% -
XYZ 57.59 41.09 71.23 -
YUV 176.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 241 135 218 0 0.44 0.10 0.05 313.02 0.79 0.74
Hex F1 87 DA 0 2C A 5 139 4F 4A
Octal 361 207 332 0 54 12 5 471 117 112
Binary 11110001 10000111 11011010 0 101100 1010 101 100111001 1001111 1001010

Color Harmonies of #F187DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187DA

Black with #F187DA

Text Example


Text Example

White with #F187DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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