Html Css Color HEX #F173CA Neon Pink

📋 copy color: '#F173CA'

red 241 ◦ green 115 ◦ blue 202

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

Shades of Neon Pink #F173CA

Tints of Neon Pink #F173CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 43.19%
G = 20.61%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F173CA (or 0xF173CA) is known color: Neon Pink. HEX triplet: F1, 73 and CA. RGB value is (241,115,202). Sum of RGB (Red+Green+Blue) = 241+115+202=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F173CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173CA is #0E8C35. Grayscale: #A2A2A2. Windows color (decimal): -953398 or 13267953. OLE color: 13267953.

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

Color convert

RGB 241 115 202 -
CMYK 0 0.52 0.16 0.05
HSL 318.57º 0.82% 0.7% -
HSV(B) 318.57º 0.52% 0.95% -
XYZ 53.07 35.23 59.88 -
YUV 162.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 241 115 202 0 0.52 0.16 0.05 318.57 0.82 0.7
Hex F1 73 CA 0 34 10 5 13F 52 46
Octal 361 163 312 0 64 20 5 477 122 106
Binary 11110001 1110011 11001010 0 110100 10000 101 100111111 1010010 1000110

Color Harmonies of #F173CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173CA

Black with #F173CA

Text Example


Text Example

White with #F173CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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