Html Css Color HEX #F261BE Neon Pink

📋 copy color: '#F261BE'

red 242 ◦ green 97 ◦ blue 190

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

Shades of Neon Pink #F261BE

Tints of Neon Pink #F261BE

RGB

 RED value IS 242 (94.92% from 255) = 45.75%

 GREEN value IS 97 (38.28% from 255) = 18.34%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 45.75%
G = 18.34%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F261BE (or 0xF261BE) is known color: Neon Pink. HEX triplet: F2, 61 and BE. RGB value is (242,97,190). Sum of RGB (Red+Green+Blue) = 242+97+190=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F261BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261BE is #0D9E41. Grayscale: #969696. Windows color (decimal): -892482 or 12476914. OLE color: 12476914.

HSL color Cylindrical-coordinate representation of color #F261BE: hue angle of 321.52º degrees, saturation: 0.85, 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 #F261BE is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 190 -
CMYK 0 0.60 0.21 0.05
HSL 321.52º 0.85% 0.66% -
HSV(B) 321.52º 0.6% 0.95% -
XYZ 50.19 31.14 52.08 -
YUV 150.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 242 97 190 0 0.60 0.21 0.05 321.52 0.85 0.66
Hex F2 61 BE 0 3C 15 5 142 55 42
Octal 362 141 276 0 74 25 5 502 125 102
Binary 11110010 1100001 10111110 0 111100 10101 101 101000010 1010101 1000010

Color Harmonies of #F261BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261BE

Black with #F261BE

Text Example


Text Example

White with #F261BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261BE; }

 p { color: rgb(242,97,190); }

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

background-color css

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

 a { background-color: rgb(242,97,190); }

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

border-color css

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

 span { border-color: rgb(242,97,190); }

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