Html Css Color HEX #F17FD4 Pale Magenta

📋 copy color: '#F17FD4'

red 241 ◦ green 127 ◦ blue 212

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

Shades of Pale Magenta #F17FD4

Tints of Pale Magenta #F17FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.55%

R = 41.55%
G = 21.9%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F17FD4 (or 0xF17FD4) is known color: Pale Magenta. HEX triplet: F1, 7F and D4. RGB value is (241,127,212). Sum of RGB (Red+Green+Blue) = 241+127+212=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FD4 is #0E802B. Grayscale: #AAAAAA. Windows color (decimal): -950316 or 13926385. OLE color: 13926385.

HSL color Cylindrical-coordinate representation of color #F17FD4: hue angle of 315.26º 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 #F17FD4 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 212 -
CMYK 0 0.47 0.12 0.05
HSL 315.26º 0.8% 0.72% -
HSV(B) 315.26º 0.47% 0.95% -
XYZ 55.75 38.63 66.81 -
YUV 170.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 241 127 212 0 0.47 0.12 0.05 315.26 0.8 0.72
Hex F1 7F D4 0 2F C 5 13B 50 48
Octal 361 177 324 0 57 14 5 473 120 110
Binary 11110001 1111111 11010100 0 101111 1100 101 100111011 1010000 1001000

Color Harmonies of #F17FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FD4

Black with #F17FD4

Text Example


Text Example

White with #F17FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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