Html Css Color HEX #F173D5 Neon Pink

📋 copy color: '#F173D5'

red 241 ◦ green 115 ◦ blue 213

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

Shades of Neon Pink #F173D5

Tints of Neon Pink #F173D5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.21%

 BLUE value IS 213 (83.59% from 255) = 37.43%

R = 42.36%
G = 20.21%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F173D5 (or 0xF173D5) is known color: Neon Pink. HEX triplet: F1, 73 and D5. RGB value is (241,115,213). Sum of RGB (Red+Green+Blue) = 241+115+213=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F173D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173D5 is #0E8C2A. Grayscale: #A3A3A3. Windows color (decimal): -953387 or 13988849. OLE color: 13988849.

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

Color convert

RGB 241 115 213 -
CMYK 0 0.52 0.12 0.05
HSL 313.33º 0.82% 0.7% -
HSV(B) 313.33º 0.52% 0.95% -
XYZ 54.42 35.77 66.99 -
YUV 163.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 241 115 213 0 0.52 0.12 0.05 313.33 0.82 0.7
Hex F1 73 D5 0 34 C 5 139 52 46
Octal 361 163 325 0 64 14 5 471 122 106
Binary 11110001 1110011 11010101 0 110100 1100 101 100111001 1010010 1000110

Color Harmonies of #F173D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173D5

Black with #F173D5

Text Example


Text Example

White with #F173D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173D5; }

 p { color: rgb(241,115,213); }

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

background-color css

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

 a { background-color: rgb(241,115,213); }

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

border-color css

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

 span { border-color: rgb(241,115,213); }

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