Html Css Color HEX #F058C0 Neon Pink

📋 copy color: '#F058C0'

red 240 ◦ green 88 ◦ blue 192

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

Shades of Neon Pink #F058C0

Tints of Neon Pink #F058C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 46.15%
G = 16.92%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F058C0 (or 0xF058C0) is known color: Neon Pink. HEX triplet: F0, 58 and C0. RGB value is (240,88,192). Sum of RGB (Red+Green+Blue) = 240+88+192=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F058C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058C0 is #0FA73F. Grayscale: #919191. Windows color (decimal): -1025856 or 12605680. OLE color: 12605680.

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

Color convert

RGB 240 88 192 -
CMYK 0 0.63 0.20 0.06
HSL 318.95º 0.84% 0.64% -
HSV(B) 318.95º 0.63% 0.94% -
XYZ 48.94 29.31 52.95 -
YUV 145.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 240 88 192 0 0.63 0.20 0.06 318.95 0.84 0.64
Hex F0 58 C0 0 3F 14 6 13F 54 40
Octal 360 130 300 0 77 24 6 477 124 100
Binary 11110000 1011000 11000000 0 111111 10100 110 100111111 1010100 1000000

Color Harmonies of #F058C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058C0

Black with #F058C0

Text Example


Text Example

White with #F058C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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