Html Css Color HEX #F171C8 Neon Pink

📋 copy color: '#F171C8'

red 241 ◦ green 113 ◦ blue 200

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

Shades of Neon Pink #F171C8

Tints of Neon Pink #F171C8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.4%

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 43.5%
G = 20.4%
B = 36.1%

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

#F171C8 (or 0xF171C8) is known color: Neon Pink. HEX triplet: F1, 71 and C8. RGB value is (241,113,200). Sum of RGB (Red+Green+Blue) = 241+113+200=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F171C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171C8 is #0E8E37. Grayscale: #A0A0A0. Windows color (decimal): -953912 or 13136369. OLE color: 13136369.

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

Color convert

RGB 241 113 200 -
CMYK 0 0.53 0.17 0.05
HSL 319.22º 0.82% 0.69% -
HSV(B) 319.22º 0.53% 0.95% -
XYZ 52.61 34.68 58.57 -
YUV 161.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 241 113 200 0 0.53 0.17 0.05 319.22 0.82 0.69
Hex F1 71 C8 0 35 11 5 13F 52 45
Octal 361 161 310 0 65 21 5 477 122 105
Binary 11110001 1110001 11001000 0 110101 10001 101 100111111 1010010 1000101

Color Harmonies of #F171C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171C8

Black with #F171C8

Text Example


Text Example

White with #F171C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171C8; }

 p { color: rgb(241,113,200); }

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

background-color css

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

 a { background-color: rgb(241,113,200); }

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

border-color css

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

 span { border-color: rgb(241,113,200); }

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