Html Css Color HEX #F185DA Pale Magenta

📋 copy color: '#F185DA'

red 241 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #F185DA

Tints of Pale Magenta #F185DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.47%

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

R = 40.71%
G = 22.47%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F185DA (or 0xF185DA) is known color: Pale Magenta. HEX triplet: F1, 85 and DA. RGB value is (241,133,218). Sum of RGB (Red+Green+Blue) = 241+133+218=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F185DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185DA is #0E7A25. Grayscale: #AEAEAE. Windows color (decimal): -948774 or 14321137. OLE color: 14321137.

HSL color Cylindrical-coordinate representation of color #F185DA: hue angle of 312.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185DA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 133 218 -
CMYK 0 0.45 0.10 0.05
HSL 312.78º 0.79% 0.73% -
HSV(B) 312.78º 0.45% 0.95% -
XYZ 57.32 40.54 71.13 -
YUV 174.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 241 133 218 0 0.45 0.10 0.05 312.78 0.79 0.73
Hex F1 85 DA 0 2D A 5 139 4F 49
Octal 361 205 332 0 55 12 5 471 117 111
Binary 11110001 10000101 11011010 0 101101 1010 101 100111001 1001111 1001001

Color Harmonies of #F185DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185DA

Black with #F185DA

Text Example


Text Example

White with #F185DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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