Html Css Color HEX #F188DA Pale Magenta

📋 copy color: '#F188DA'

red 241 ◦ green 136 ◦ blue 218

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

Shades of Pale Magenta #F188DA

Tints of Pale Magenta #F188DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.86%

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

R = 40.5%
G = 22.86%
B = 36.64%

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

#F188DA (or 0xF188DA) is known color: Pale Magenta. HEX triplet: F1, 88 and DA. RGB value is (241,136,218). Sum of RGB (Red+Green+Blue) = 241+136+218=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F188DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188DA is #0E7725. Grayscale: #B0B0B0. Windows color (decimal): -948006 or 14321905. OLE color: 14321905.

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

Color convert

RGB 241 136 218 -
CMYK 0 0.44 0.10 0.05
HSL 313.14º 0.79% 0.74% -
HSV(B) 313.14º 0.44% 0.95% -
XYZ 57.73 41.37 71.27 -
YUV 176.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 241 136 218 0 0.44 0.10 0.05 313.14 0.79 0.74
Hex F1 88 DA 0 2C A 5 139 4F 4A
Octal 361 210 332 0 54 12 5 471 117 112
Binary 11110001 10001000 11011010 0 101100 1010 101 100111001 1001111 1001010

Color Harmonies of #F188DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F188DA

Black with #F188DA

Text Example


Text Example

White with #F188DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F188DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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