Html Css Color HEX #F163C7 Neon Pink

📋 copy color: '#F163C7'

red 241 ◦ green 99 ◦ blue 199

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

Shades of Neon Pink #F163C7

Tints of Neon Pink #F163C7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.37%

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

R = 44.71%
G = 18.37%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F163C7 (or 0xF163C7) is known color: Neon Pink. HEX triplet: F1, 63 and C7. RGB value is (241,99,199). Sum of RGB (Red+Green+Blue) = 241+99+199=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F163C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163C7 is #0E9C38. Grayscale: #989898. Windows color (decimal): -957497 or 13067249. OLE color: 13067249.

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

Color convert

RGB 241 99 199 -
CMYK 0 0.59 0.17 0.05
HSL 317.75º 0.84% 0.67% -
HSV(B) 317.75º 0.59% 0.95% -
XYZ 51.05 31.75 57.47 -
YUV 152.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 241 99 199 0 0.59 0.17 0.05 317.75 0.84 0.67
Hex F1 63 C7 0 3B 11 5 13E 54 43
Octal 361 143 307 0 73 21 5 476 124 103
Binary 11110001 1100011 11000111 0 111011 10001 101 100111110 1010100 1000011

Color Harmonies of #F163C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163C7

Black with #F163C7

Text Example


Text Example

White with #F163C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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