Html Css Color HEX #F17FD2 Pale Magenta

📋 copy color: '#F17FD2'

red 241 ◦ green 127 ◦ blue 210

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

Shades of Pale Magenta #F17FD2

Tints of Pale Magenta #F17FD2

RGB

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

 GREEN value IS 127 (50% from 255) = 21.97%

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 41.7%
G = 21.97%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F17FD2 (or 0xF17FD2) is known color: Pale Magenta. HEX triplet: F1, 7F and D2. RGB value is (241,127,210). Sum of RGB (Red+Green+Blue) = 241+127+210=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FD2 is #0E802D. Grayscale: #AAAAAA. Windows color (decimal): -950318 or 13795313. OLE color: 13795313.

HSL color Cylindrical-coordinate representation of color #F17FD2: hue angle of 316.32º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FD2 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 210 -
CMYK 0 0.47 0.13 0.05
HSL 316.32º 0.8% 0.72% -
HSV(B) 316.32º 0.47% 0.95% -
XYZ 55.5 38.53 65.49 -
YUV 170.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 241 127 210 0 0.47 0.13 0.05 316.32 0.8 0.72
Hex F1 7F D2 0 2F D 5 13C 50 48
Octal 361 177 322 0 57 15 5 474 120 110
Binary 11110001 1111111 11010010 0 101111 1101 101 100111100 1010000 1001000

Color Harmonies of #F17FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FD2

Black with #F17FD2

Text Example


Text Example

White with #F17FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FD2; }

 p { color: rgb(241,127,210); }

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

background-color css

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

 a { background-color: rgb(241,127,210); }

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

border-color css

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

 span { border-color: rgb(241,127,210); }

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