Html Css Color HEX #F178DA Pale Magenta

📋 copy color: '#F178DA'

red 241 ◦ green 120 ◦ blue 218

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

Shades of Pale Magenta #F178DA

Tints of Pale Magenta #F178DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.73%

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

R = 41.62%
G = 20.73%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F178DA (or 0xF178DA) is known color: Pale Magenta. HEX triplet: F1, 78 and DA. RGB value is (241,120,218). Sum of RGB (Red+Green+Blue) = 241+120+218=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F178DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178DA is #0E8725. Grayscale: #A7A7A7. Windows color (decimal): -952102 or 14317809. OLE color: 14317809.

HSL color Cylindrical-coordinate representation of color #F178DA: hue angle of 311.4º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178DA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 120 218 -
CMYK 0 0.50 0.10 0.05
HSL 311.41º 0.81% 0.71% -
HSV(B) 311.41º 0.5% 0.95% -
XYZ 55.65 37.2 70.58 -
YUV 167.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 241 120 218 0 0.50 0.10 0.05 311.41 0.81 0.71
Hex F1 78 DA 0 32 A 5 137 51 47
Octal 361 170 332 0 62 12 5 467 121 107
Binary 11110001 1111000 11011010 0 110010 1010 101 100110111 1010001 1000111

Color Harmonies of #F178DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178DA

Black with #F178DA

Text Example


Text Example

White with #F178DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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