Html Css Color HEX #F25ABF Neon Pink

📋 copy color: '#F25ABF'

red 242 ◦ green 90 ◦ blue 191

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

Shades of Neon Pink #F25ABF

Tints of Neon Pink #F25ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 46.27%
G = 17.21%
B = 36.52%

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

#F25ABF (or 0xF25ABF) is known color: Neon Pink. HEX triplet: F2, 5A and BF. RGB value is (242,90,191). Sum of RGB (Red+Green+Blue) = 242+90+191=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ABF is #0DA540. Grayscale: #929292. Windows color (decimal): -894273 or 12540658. OLE color: 12540658.

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

Color convert

RGB 242 90 191 -
CMYK 0 0.63 0.21 0.05
HSL 320.13º 0.85% 0.65% -
HSV(B) 320.13º 0.63% 0.95% -
XYZ 49.68 29.95 52.45 -
YUV 146.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 242 90 191 0 0.63 0.21 0.05 320.13 0.85 0.65
Hex F2 5A BF 0 3F 15 5 140 55 41
Octal 362 132 277 0 77 25 5 500 125 101
Binary 11110010 1011010 10111111 0 111111 10101 101 101000000 1010101 1000001

Color Harmonies of #F25ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ABF

Black with #F25ABF

Text Example


Text Example

White with #F25ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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