Html Css Color HEX #F259C2 Neon Pink

📋 copy color: '#F259C2'

red 242 ◦ green 89 ◦ blue 194

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

Shades of Neon Pink #F259C2

Tints of Neon Pink #F259C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.95%

R = 46.1%
G = 16.95%
B = 36.95%

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

#F259C2 (or 0xF259C2) is known color: Neon Pink. HEX triplet: F2, 59 and C2. RGB value is (242,89,194). Sum of RGB (Red+Green+Blue) = 242+89+194=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C2 is #0DA63D. Grayscale: #929292. Windows color (decimal): -894526 or 12737010. OLE color: 12737010.

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

Color convert

RGB 242 89 194 -
CMYK 0 0.63 0.20 0.05
HSL 318.82º 0.85% 0.65% -
HSV(B) 318.82º 0.63% 0.95% -
XYZ 49.93 29.92 54.18 -
YUV 146.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 242 89 194 0 0.63 0.20 0.05 318.82 0.85 0.65
Hex F2 59 C2 0 3F 14 5 13F 55 41
Octal 362 131 302 0 77 24 5 477 125 101
Binary 11110010 1011001 11000010 0 111111 10100 101 100111111 1010101 1000001

Color Harmonies of #F259C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259C2

Black with #F259C2

Text Example


Text Example

White with #F259C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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