Html Css Color HEX #F259C1 Neon Pink

📋 copy color: '#F259C1'

red 242 ◦ green 89 ◦ blue 193

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

Shades of Neon Pink #F259C1

Tints of Neon Pink #F259C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 46.18%
G = 16.98%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F259C1 (or 0xF259C1) is known color: Neon Pink. HEX triplet: F2, 59 and C1. RGB value is (242,89,193). Sum of RGB (Red+Green+Blue) = 242+89+193=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C1 is #0DA63E. Grayscale: #929292. Windows color (decimal): -894527 or 12671474. OLE color: 12671474.

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

Color convert

RGB 242 89 193 -
CMYK 0 0.63 0.20 0.05
HSL 319.22º 0.85% 0.65% -
HSV(B) 319.22º 0.63% 0.95% -
XYZ 49.82 29.87 53.59 -
YUV 146.6 154.19 196.04 -
System Red Green Blue C M Y K H S L
Decimal 242 89 193 0 0.63 0.20 0.05 319.22 0.85 0.65
Hex F2 59 C1 0 3F 14 5 13F 55 41
Octal 362 131 301 0 77 24 5 477 125 101
Binary 11110010 1011001 11000001 0 111111 10100 101 100111111 1010101 1000001

Color Harmonies of #F259C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259C1

Black with #F259C1

Text Example


Text Example

White with #F259C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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