Html Css Color HEX #F058C5 Neon Pink

📋 copy color: '#F058C5'

red 240 ◦ green 88 ◦ blue 197

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

Shades of Neon Pink #F058C5

Tints of Neon Pink #F058C5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.76%

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

R = 45.71%
G = 16.76%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F058C5 (or 0xF058C5) is known color: Neon Pink. HEX triplet: F0, 58 and C5. RGB value is (240,88,197). Sum of RGB (Red+Green+Blue) = 240+88+197=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F058C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058C5 is #0FA73A. Grayscale: #919191. Windows color (decimal): -1025851 or 12933360. OLE color: 12933360.

HSL color Cylindrical-coordinate representation of color #F058C5: hue angle of 316.97º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058C5 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 197 -
CMYK 0 0.63 0.18 0.06
HSL 316.97º 0.84% 0.64% -
HSV(B) 316.97º 0.63% 0.94% -
XYZ 49.5 29.54 55.92 -
YUV 145.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 240 88 197 0 0.63 0.18 0.06 316.97 0.84 0.64
Hex F0 58 C5 0 3F 12 6 13D 54 40
Octal 360 130 305 0 77 22 6 475 124 100
Binary 11110000 1011000 11000101 0 111111 10010 110 100111101 1010100 1000000

Color Harmonies of #F058C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058C5

Black with #F058C5

Text Example


Text Example

White with #F058C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058C5; }

 p { color: rgb(240,88,197); }

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

background-color css

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

 a { background-color: rgb(240,88,197); }

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

border-color css

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

 span { border-color: rgb(240,88,197); }

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