Html Css Color HEX #F259BE Neon Pink

📋 copy color: '#F259BE'

red 242 ◦ green 89 ◦ blue 190

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

Shades of Neon Pink #F259BE

Tints of Neon Pink #F259BE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.08%

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

R = 46.45%
G = 17.08%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F259BE (or 0xF259BE) is known color: Neon Pink. HEX triplet: F2, 59 and BE. RGB value is (242,89,190). Sum of RGB (Red+Green+Blue) = 242+89+190=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F259BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259BE is #0DA641. Grayscale: #929292. Windows color (decimal): -894530 or 12474866. OLE color: 12474866.

HSL color Cylindrical-coordinate representation of color #F259BE: hue angle of 320.39º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259BE is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 190 -
CMYK 0 0.63 0.21 0.05
HSL 320.39º 0.85% 0.65% -
HSV(B) 320.39º 0.63% 0.95% -
XYZ 49.48 29.74 51.85 -
YUV 146.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 242 89 190 0 0.63 0.21 0.05 320.39 0.85 0.65
Hex F2 59 BE 0 3F 15 5 140 55 41
Octal 362 131 276 0 77 25 5 500 125 101
Binary 11110010 1011001 10111110 0 111111 10101 101 101000000 1010101 1000001

Color Harmonies of #F259BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259BE

Black with #F259BE

Text Example


Text Example

White with #F259BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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