Html Css Color HEX #F05ABF Neon Pink

📋 copy color: '#F05ABF'

red 240 ◦ green 90 ◦ blue 191

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

Shades of Neon Pink #F05ABF

Tints of Neon Pink #F05ABF

RGB

 RED value IS 240 (94.14% from 255) = 46.07%

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

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

R = 46.07%
G = 17.27%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F05ABF (or 0xF05ABF) is known color: Neon Pink. HEX triplet: F0, 5A and BF. RGB value is (240,90,191). Sum of RGB (Red+Green+Blue) = 240+90+191=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ABF is #0FA540. Grayscale: #929292. Windows color (decimal): -1025345 or 12540656. OLE color: 12540656.

HSL color Cylindrical-coordinate representation of color #F05ABF: hue angle of 319.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05ABF is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 191 -
CMYK 0 0.62 0.20 0.06
HSL 319.6º 0.83% 0.65% -
HSV(B) 319.6º 0.63% 0.94% -
XYZ 49 29.6 52.42 -
YUV 146.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 240 90 191 0 0.62 0.20 0.06 319.6 0.83 0.65
Hex F0 5A BF 0 3E 14 6 140 53 41
Octal 360 132 277 0 76 24 6 500 123 101
Binary 11110000 1011010 10111111 0 111110 10100 110 101000000 1010011 1000001

Color Harmonies of #F05ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05ABF

Black with #F05ABF

Text Example


Text Example

White with #F05ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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