Html Css Color HEX #F160BD Neon Pink

📋 copy color: '#F160BD'

red 241 ◦ green 96 ◦ blue 189

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

Shades of Neon Pink #F160BD

Tints of Neon Pink #F160BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.25%

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

R = 45.82%
G = 18.25%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F160BD (or 0xF160BD) is known color: Neon Pink. HEX triplet: F1, 60 and BD. RGB value is (241,96,189). Sum of RGB (Red+Green+Blue) = 241+96+189=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F160BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160BD is #0E9F42. Grayscale: #959595. Windows color (decimal): -958275 or 12411121. OLE color: 12411121.

HSL color Cylindrical-coordinate representation of color #F160BD: hue angle of 321.52º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160BD is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 189 -
CMYK 0 0.60 0.22 0.05
HSL 321.52º 0.84% 0.66% -
HSV(B) 321.52º 0.6% 0.95% -
XYZ 49.64 30.74 51.46 -
YUV 149.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 241 96 189 0 0.60 0.22 0.05 321.52 0.84 0.66
Hex F1 60 BD 0 3C 16 5 142 54 42
Octal 361 140 275 0 74 26 5 502 124 102
Binary 11110001 1100000 10111101 0 111100 10110 101 101000010 1010100 1000010

Color Harmonies of #F160BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F160BD

Black with #F160BD

Text Example


Text Example

White with #F160BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F160BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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