Html Css Color HEX #F076C7 Neon Pink

📋 copy color: '#F076C7'

red 240 ◦ green 118 ◦ blue 199

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

Shades of Neon Pink #F076C7

Tints of Neon Pink #F076C7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.18%

 BLUE value IS 199 (78.13% from 255) = 35.73%

R = 43.09%
G = 21.18%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F076C7 (or 0xF076C7) is known color: Neon Pink. HEX triplet: F0, 76 and C7. RGB value is (240,118,199). Sum of RGB (Red+Green+Blue) = 240+118+199=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F076C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076C7 is #0F8938. Grayscale: #A3A3A3. Windows color (decimal): -1018169 or 13072112. OLE color: 13072112.

HSL color Cylindrical-coordinate representation of color #F076C7: hue angle of 320.16º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076C7 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 199 -
CMYK 0 0.51 0.17 0.06
HSL 320.16º 0.8% 0.7% -
HSV(B) 320.16º 0.51% 0.94% -
XYZ 52.72 35.61 58.13 -
YUV 163.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 240 118 199 0 0.51 0.17 0.06 320.16 0.8 0.7
Hex F0 76 C7 0 33 11 6 140 50 46
Octal 360 166 307 0 63 21 6 500 120 106
Binary 11110000 1110110 11000111 0 110011 10001 110 101000000 1010000 1000110

Color Harmonies of #F076C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076C7

Black with #F076C7

Text Example


Text Example

White with #F076C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076C7; }

 p { color: rgb(240,118,199); }

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

background-color css

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

 a { background-color: rgb(240,118,199); }

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

border-color css

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

 span { border-color: rgb(240,118,199); }

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