Html Css Color HEX #F165C8 Neon Pink

📋 copy color: '#F165C8'

red 241 ◦ green 101 ◦ blue 200

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

Shades of Neon Pink #F165C8

Tints of Neon Pink #F165C8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.63%

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

R = 44.46%
G = 18.63%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F165C8 (or 0xF165C8) is known color: Neon Pink. HEX triplet: F1, 65 and C8. RGB value is (241,101,200). Sum of RGB (Red+Green+Blue) = 241+101+200=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F165C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165C8 is #0E9A37. Grayscale: #999999. Windows color (decimal): -956984 or 13133297. OLE color: 13133297.

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

Color convert

RGB 241 101 200 -
CMYK 0 0.58 0.17 0.05
HSL 317.57º 0.83% 0.67% -
HSV(B) 317.57º 0.58% 0.95% -
XYZ 51.35 32.18 58.15 -
YUV 154.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 241 101 200 0 0.58 0.17 0.05 317.57 0.83 0.67
Hex F1 65 C8 0 3A 11 5 13E 53 43
Octal 361 145 310 0 72 21 5 476 123 103
Binary 11110001 1100101 11001000 0 111010 10001 101 100111110 1010011 1000011

Color Harmonies of #F165C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165C8

Black with #F165C8

Text Example


Text Example

White with #F165C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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