Html Css Color HEX #F190DA Pale Magenta

📋 copy color: '#F190DA'

red 241 ◦ green 144 ◦ blue 218

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

Shades of Pale Magenta #F190DA

Tints of Pale Magenta #F190DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.88%

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

R = 39.97%
G = 23.88%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F190DA (or 0xF190DA) is known color: Pale Magenta. HEX triplet: F1, 90 and DA. RGB value is (241,144,218). Sum of RGB (Red+Green+Blue) = 241+144+218=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F190DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190DA is #0E6F25. Grayscale: #B5B5B5. Windows color (decimal): -945958 or 14323953. OLE color: 14323953.

HSL color Cylindrical-coordinate representation of color #F190DA: hue angle of 314.23º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190DA is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 218 -
CMYK 0 0.40 0.10 0.05
HSL 314.23º 0.78% 0.75% -
HSV(B) 314.23º 0.4% 0.95% -
XYZ 58.9 43.71 71.66 -
YUV 181.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 241 144 218 0 0.40 0.10 0.05 314.23 0.78 0.75
Hex F1 90 DA 0 28 A 5 13A 4E 4B
Octal 361 220 332 0 50 12 5 472 116 113
Binary 11110001 10010000 11011010 0 101000 1010 101 100111010 1001110 1001011

Color Harmonies of #F190DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190DA

Black with #F190DA

Text Example


Text Example

White with #F190DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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