Html Css Color HEX #F259C3 Neon Pink

📋 copy color: '#F259C3'

red 242 ◦ green 89 ◦ blue 195

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

Shades of Neon Pink #F259C3

Tints of Neon Pink #F259C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 46.01%
G = 16.92%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F259C3 (or 0xF259C3) is known color: Neon Pink. HEX triplet: F2, 59 and C3. RGB value is (242,89,195). Sum of RGB (Red+Green+Blue) = 242+89+195=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C3 is #0DA63C. Grayscale: #929292. Windows color (decimal): -894525 or 12802546. OLE color: 12802546.

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

Color convert

RGB 242 89 195 -
CMYK 0 0.63 0.19 0.05
HSL 318.43º 0.85% 0.65% -
HSV(B) 318.43º 0.63% 0.95% -
XYZ 50.04 29.96 54.78 -
YUV 146.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 242 89 195 0 0.63 0.19 0.05 318.43 0.85 0.65
Hex F2 59 C3 0 3F 13 5 13E 55 41
Octal 362 131 303 0 77 23 5 476 125 101
Binary 11110010 1011001 11000011 0 111111 10011 101 100111110 1010101 1000001

Color Harmonies of #F259C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259C3

Black with #F259C3

Text Example


Text Example

White with #F259C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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