Html Css Color HEX #F17BDA Pale Magenta

📋 copy color: '#F17BDA'

red 241 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #F17BDA

Tints of Pale Magenta #F17BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.13%

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

R = 41.41%
G = 21.13%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F17BDA (or 0xF17BDA) is known color: Pale Magenta. HEX triplet: F1, 7B and DA. RGB value is (241,123,218). Sum of RGB (Red+Green+Blue) = 241+123+218=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BDA is #0E8425. Grayscale: #A8A8A8. Windows color (decimal): -951334 or 14318577. OLE color: 14318577.

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

Color convert

RGB 241 123 218 -
CMYK 0 0.49 0.10 0.05
HSL 311.69º 0.81% 0.71% -
HSV(B) 311.69º 0.49% 0.95% -
XYZ 56.01 37.93 70.7 -
YUV 169.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 241 123 218 0 0.49 0.10 0.05 311.69 0.81 0.71
Hex F1 7B DA 0 31 A 5 138 51 47
Octal 361 173 332 0 61 12 5 470 121 107
Binary 11110001 1111011 11011010 0 110001 1010 101 100111000 1010001 1000111

Color Harmonies of #F17BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17BDA

Black with #F17BDA

Text Example


Text Example

White with #F17BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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