Html Css Color HEX #F25AC0 Neon Pink

📋 copy color: '#F25AC0'

red 242 ◦ green 90 ◦ blue 192

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

Shades of Neon Pink #F25AC0

Tints of Neon Pink #F25AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.18%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 46.18%
G = 17.18%
B = 36.64%

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

#F25AC0 (or 0xF25AC0) is known color: Neon Pink. HEX triplet: F2, 5A and C0. RGB value is (242,90,192). Sum of RGB (Red+Green+Blue) = 242+90+192=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AC0 is #0DA53F. Grayscale: #929292. Windows color (decimal): -894272 or 12606194. OLE color: 12606194.

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

Color convert

RGB 242 90 192 -
CMYK 0 0.63 0.21 0.05
HSL 319.74º 0.85% 0.65% -
HSV(B) 319.74º 0.63% 0.95% -
XYZ 49.79 30 53.03 -
YUV 147.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 242 90 192 0 0.63 0.21 0.05 319.74 0.85 0.65
Hex F2 5A C0 0 3F 15 5 140 55 41
Octal 362 132 300 0 77 25 5 500 125 101
Binary 11110010 1011010 11000000 0 111111 10101 101 101000000 1010101 1000001

Color Harmonies of #F25AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AC0

Black with #F25AC0

Text Example


Text Example

White with #F25AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AC0; }

 p { color: rgb(242,90,192); }

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

background-color css

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

 a { background-color: rgb(242,90,192); }

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

border-color css

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

 span { border-color: rgb(242,90,192); }

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