Html Css Color HEX #F173CF Neon Pink

📋 copy color: '#F173CF'

red 241 ◦ green 115 ◦ blue 207

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

Shades of Neon Pink #F173CF

Tints of Neon Pink #F173CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 42.81%
G = 20.43%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F173CF (or 0xF173CF) is known color: Neon Pink. HEX triplet: F1, 73 and CF. RGB value is (241,115,207). Sum of RGB (Red+Green+Blue) = 241+115+207=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F173CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173CF is #0E8C30. Grayscale: #A2A2A2. Windows color (decimal): -953393 or 13595633. OLE color: 13595633.

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

Color convert

RGB 241 115 207 -
CMYK 0 0.52 0.14 0.05
HSL 316.19º 0.82% 0.7% -
HSV(B) 316.19º 0.52% 0.95% -
XYZ 53.67 35.47 63.05 -
YUV 163.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 241 115 207 0 0.52 0.14 0.05 316.19 0.82 0.7
Hex F1 73 CF 0 34 E 5 13C 52 46
Octal 361 163 317 0 64 16 5 474 122 106
Binary 11110001 1110011 11001111 0 110100 1110 101 100111100 1010010 1000110

Color Harmonies of #F173CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173CF

Black with #F173CF

Text Example


Text Example

White with #F173CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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