Html Css Color HEX #F079CF Neon Pink

📋 copy color: '#F079CF'

red 240 ◦ green 121 ◦ blue 207

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

Shades of Neon Pink #F079CF

Tints of Neon Pink #F079CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.3%

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 42.25%
G = 21.3%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F079CF (or 0xF079CF) is known color: Neon Pink. HEX triplet: F0, 79 and CF. RGB value is (240,121,207). Sum of RGB (Red+Green+Blue) = 240+121+207=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F079CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079CF is #0F8630. Grayscale: #A6A6A6. Windows color (decimal): -1017393 or 13597168. OLE color: 13597168.

HSL color Cylindrical-coordinate representation of color #F079CF: hue angle of 316.64º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079CF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 207 -
CMYK 0 0.50 0.14 0.06
HSL 316.64º 0.8% 0.71% -
HSV(B) 316.64º 0.5% 0.94% -
XYZ 54.04 36.71 63.27 -
YUV 166.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 240 121 207 0 0.50 0.14 0.06 316.64 0.8 0.71
Hex F0 79 CF 0 32 E 6 13D 50 47
Octal 360 171 317 0 62 16 6 475 120 107
Binary 11110000 1111001 11001111 0 110010 1110 110 100111101 1010000 1000111

Color Harmonies of #F079CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079CF

Black with #F079CF

Text Example


Text Example

White with #F079CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079CF; }

 p { color: rgb(240,121,207); }

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

background-color css

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

 a { background-color: rgb(240,121,207); }

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

border-color css

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

 span { border-color: rgb(240,121,207); }

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