Html Css Color HEX #F171D2 Neon Pink

📋 copy color: '#F171D2'

red 241 ◦ green 113 ◦ blue 210

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

Shades of Neon Pink #F171D2

Tints of Neon Pink #F171D2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.04%

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

R = 42.73%
G = 20.04%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F171D2 (or 0xF171D2) is known color: Neon Pink. HEX triplet: F1, 71 and D2. RGB value is (241,113,210). Sum of RGB (Red+Green+Blue) = 241+113+210=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F171D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171D2 is #0E8E2D. Grayscale: #A2A2A2. Windows color (decimal): -953902 or 13791729. OLE color: 13791729.

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

Color convert

RGB 241 113 210 -
CMYK 0 0.53 0.13 0.05
HSL 314.53º 0.82% 0.69% -
HSV(B) 314.53º 0.53% 0.95% -
XYZ 53.81 35.16 64.92 -
YUV 162.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 241 113 210 0 0.53 0.13 0.05 314.53 0.82 0.69
Hex F1 71 D2 0 35 D 5 13B 52 45
Octal 361 161 322 0 65 15 5 473 122 105
Binary 11110001 1110001 11010010 0 110101 1101 101 100111011 1010010 1000101

Color Harmonies of #F171D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171D2

Black with #F171D2

Text Example


Text Example

White with #F171D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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