Html Css Color HEX #F170D4 Neon Pink

📋 copy color: '#F170D4'

red 241 ◦ green 112 ◦ blue 212

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

Shades of Neon Pink #F170D4

Tints of Neon Pink #F170D4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.82%

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

R = 42.65%
G = 19.82%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F170D4 (or 0xF170D4) is known color: Neon Pink. HEX triplet: F1, 70 and D4. RGB value is (241,112,212). Sum of RGB (Red+Green+Blue) = 241+112+212=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F170D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170D4 is #0E8F2B. Grayscale: #A1A1A1. Windows color (decimal): -954156 or 13922545. OLE color: 13922545.

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

Color convert

RGB 241 112 212 -
CMYK 0 0.54 0.12 0.05
HSL 313.49º 0.82% 0.69% -
HSV(B) 313.49º 0.54% 0.95% -
XYZ 53.95 35.04 66.21 -
YUV 161.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 241 112 212 0 0.54 0.12 0.05 313.49 0.82 0.69
Hex F1 70 D4 0 36 C 5 139 52 45
Octal 361 160 324 0 66 14 5 471 122 105
Binary 11110001 1110000 11010100 0 110110 1100 101 100111001 1010010 1000101

Color Harmonies of #F170D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170D4

Black with #F170D4

Text Example


Text Example

White with #F170D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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