Html Css Color HEX #F165BD Neon Pink

📋 copy color: '#F165BD'

red 241 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #F165BD

Tints of Neon Pink #F165BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 45.39%
G = 19.02%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F165BD (or 0xF165BD) is known color: Neon Pink. HEX triplet: F1, 65 and BD. RGB value is (241,101,189). Sum of RGB (Red+Green+Blue) = 241+101+189=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F165BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165BD is #0E9A42. Grayscale: #989898. Windows color (decimal): -956995 or 12412401. OLE color: 12412401.

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

Color convert

RGB 241 101 189 -
CMYK 0 0.58 0.22 0.05
HSL 322.29º 0.83% 0.67% -
HSV(B) 322.29º 0.58% 0.95% -
XYZ 50.11 31.68 51.62 -
YUV 152.89 148.38 190.84 -
System Red Green Blue C M Y K H S L
Decimal 241 101 189 0 0.58 0.22 0.05 322.29 0.83 0.67
Hex F1 65 BD 0 3A 16 5 142 53 43
Octal 361 145 275 0 72 26 5 502 123 103
Binary 11110001 1100101 10111101 0 111010 10110 101 101000010 1010011 1000011

Color Harmonies of #F165BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165BD

Black with #F165BD

Text Example


Text Example

White with #F165BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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