Html Css Color HEX #F25BBF Neon Pink

📋 copy color: '#F25BBF'

red 242 ◦ green 91 ◦ blue 191

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

Shades of Neon Pink #F25BBF

Tints of Neon Pink #F25BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.37%

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

R = 46.18%
G = 17.37%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F25BBF (or 0xF25BBF) is known color: Neon Pink. HEX triplet: F2, 5B and BF. RGB value is (242,91,191). Sum of RGB (Red+Green+Blue) = 242+91+191=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BBF is #0DA440. Grayscale: #939393. Windows color (decimal): -894017 or 12540914. OLE color: 12540914.

HSL color Cylindrical-coordinate representation of color #F25BBF: hue angle of 320.26º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25BBF is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 91 191 -
CMYK 0 0.62 0.21 0.05
HSL 320.26º 0.85% 0.65% -
HSV(B) 320.26º 0.62% 0.95% -
XYZ 49.76 30.12 52.48 -
YUV 147.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 242 91 191 0 0.62 0.21 0.05 320.26 0.85 0.65
Hex F2 5B BF 0 3E 15 5 140 55 41
Octal 362 133 277 0 76 25 5 500 125 101
Binary 11110010 1011011 10111111 0 111110 10101 101 101000000 1010101 1000001

Color Harmonies of #F25BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BBF

Black with #F25BBF

Text Example


Text Example

White with #F25BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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