Html Css Color HEX #F25EC3 Neon Pink

📋 copy color: '#F25EC3'

red 242 ◦ green 94 ◦ blue 195

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

Shades of Neon Pink #F25EC3

Tints of Neon Pink #F25EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.7%

 BLUE value IS 195 (76.56% from 255) = 36.72%

R = 45.57%
G = 17.7%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F25EC3 (or 0xF25EC3) is known color: Neon Pink. HEX triplet: F2, 5E and C3. RGB value is (242,94,195). Sum of RGB (Red+Green+Blue) = 242+94+195=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC3 is #0DA13C. Grayscale: #959595. Windows color (decimal): -893245 or 12803826. OLE color: 12803826.

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

Color convert

RGB 242 94 195 -
CMYK 0 0.61 0.19 0.05
HSL 319.05º 0.85% 0.66% -
HSV(B) 319.05º 0.61% 0.95% -
XYZ 50.47 30.82 54.92 -
YUV 149.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 242 94 195 0 0.61 0.19 0.05 319.05 0.85 0.66
Hex F2 5E C3 0 3D 13 5 13F 55 42
Octal 362 136 303 0 75 23 5 477 125 102
Binary 11110010 1011110 11000011 0 111101 10011 101 100111111 1010101 1000010

Color Harmonies of #F25EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EC3

Black with #F25EC3

Text Example


Text Example

White with #F25EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EC3; }

 p { color: rgb(242,94,195); }

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

background-color css

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

 a { background-color: rgb(242,94,195); }

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

border-color css

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

 span { border-color: rgb(242,94,195); }

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