Html Css Color HEX #F25AC5 Neon Pink

📋 copy color: '#F25AC5'

red 242 ◦ green 90 ◦ blue 197

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

Shades of Neon Pink #F25AC5

Tints of Neon Pink #F25AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 45.75%
G = 17.01%
B = 37.24%

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

#F25AC5 (or 0xF25AC5) is known color: Neon Pink. HEX triplet: F2, 5A and C5. RGB value is (242,90,197). Sum of RGB (Red+Green+Blue) = 242+90+197=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AC5 is #0DA53A. Grayscale: #939393. Windows color (decimal): -894267 or 12933874. OLE color: 12933874.

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

Color convert

RGB 242 90 197 -
CMYK 0 0.63 0.19 0.05
HSL 317.76º 0.85% 0.65% -
HSV(B) 317.76º 0.63% 0.95% -
XYZ 50.35 30.22 56 -
YUV 147.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 242 90 197 0 0.63 0.19 0.05 317.76 0.85 0.65
Hex F2 5A C5 0 3F 13 5 13E 55 41
Octal 362 132 305 0 77 23 5 476 125 101
Binary 11110010 1011010 11000101 0 111111 10011 101 100111110 1010101 1000001

Color Harmonies of #F25AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AC5

Black with #F25AC5

Text Example


Text Example

White with #F25AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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