Html Css Color HEX #F172C7 Neon Pink

📋 copy color: '#F172C7'

red 241 ◦ green 114 ◦ blue 199

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

Shades of Neon Pink #F172C7

Tints of Neon Pink #F172C7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.58%

 BLUE value IS 199 (78.13% from 255) = 35.92%

R = 43.5%
G = 20.58%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F172C7 (or 0xF172C7) is known color: Neon Pink. HEX triplet: F1, 72 and C7. RGB value is (241,114,199). Sum of RGB (Red+Green+Blue) = 241+114+199=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F172C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172C7 is #0E8D38. Grayscale: #A1A1A1. Windows color (decimal): -953657 or 13071089. OLE color: 13071089.

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

Color convert

RGB 241 114 199 -
CMYK 0 0.53 0.17 0.05
HSL 319.84º 0.82% 0.7% -
HSV(B) 319.84º 0.53% 0.95% -
XYZ 52.6 34.86 57.99 -
YUV 161.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 241 114 199 0 0.53 0.17 0.05 319.84 0.82 0.7
Hex F1 72 C7 0 35 11 5 140 52 46
Octal 361 162 307 0 65 21 5 500 122 106
Binary 11110001 1110010 11000111 0 110101 10001 101 101000000 1010010 1000110

Color Harmonies of #F172C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172C7

Black with #F172C7

Text Example


Text Example

White with #F172C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172C7; }

 p { color: rgb(241,114,199); }

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

background-color css

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

 a { background-color: rgb(241,114,199); }

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

border-color css

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

 span { border-color: rgb(241,114,199); }

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