Html Css Color HEX #F05FC1 Neon Pink

📋 copy color: '#F05FC1'

red 240 ◦ green 95 ◦ blue 193

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

Shades of Neon Pink #F05FC1

Tints of Neon Pink #F05FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.99%

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 45.45%
G = 17.99%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F05FC1 (or 0xF05FC1) is known color: Neon Pink. HEX triplet: F0, 5F and C1. RGB value is (240,95,193). Sum of RGB (Red+Green+Blue) = 240+95+193=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FC1 is #0FA03E. Grayscale: #959595. Windows color (decimal): -1024063 or 12673008. OLE color: 12673008.

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

Color convert

RGB 240 95 193 -
CMYK 0 0.60 0.20 0.06
HSL 319.45º 0.83% 0.66% -
HSV(B) 319.45º 0.6% 0.94% -
XYZ 49.65 30.56 53.73 -
YUV 149.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 240 95 193 0 0.60 0.20 0.06 319.45 0.83 0.66
Hex F0 5F C1 0 3C 14 6 13F 53 42
Octal 360 137 301 0 74 24 6 477 123 102
Binary 11110000 1011111 11000001 0 111100 10100 110 100111111 1010011 1000010

Color Harmonies of #F05FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FC1

Black with #F05FC1

Text Example


Text Example

White with #F05FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FC1; }

 p { color: rgb(240,95,193); }

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

background-color css

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

 a { background-color: rgb(240,95,193); }

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

border-color css

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

 span { border-color: rgb(240,95,193); }

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