Html Css Color HEX #F17CD2 Pale Magenta

📋 copy color: '#F17CD2'

red 241 ◦ green 124 ◦ blue 210

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

Shades of Pale Magenta #F17CD2

Tints of Pale Magenta #F17CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.57%

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

R = 41.91%
G = 21.57%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F17CD2 (or 0xF17CD2) is known color: Pale Magenta. HEX triplet: F1, 7C and D2. RGB value is (241,124,210). Sum of RGB (Red+Green+Blue) = 241+124+210=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CD2 is #0E832D. Grayscale: #A8A8A8. Windows color (decimal): -951086 or 13794545. OLE color: 13794545.

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

Color convert

RGB 241 124 210 -
CMYK 0 0.49 0.13 0.05
HSL 315.9º 0.81% 0.72% -
HSV(B) 315.9º 0.49% 0.95% -
XYZ 55.12 37.77 65.36 -
YUV 168.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 241 124 210 0 0.49 0.13 0.05 315.9 0.81 0.72
Hex F1 7C D2 0 31 D 5 13C 51 48
Octal 361 174 322 0 61 15 5 474 121 110
Binary 11110001 1111100 11010010 0 110001 1101 101 100111100 1010001 1001000

Color Harmonies of #F17CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CD2

Black with #F17CD2

Text Example


Text Example

White with #F17CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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