Html Css Color HEX #F073C6 Neon Pink

📋 copy color: '#F073C6'

red 240 ◦ green 115 ◦ blue 198

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

Shades of Neon Pink #F073C6

Tints of Neon Pink #F073C6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.8%

 BLUE value IS 198 (77.73% from 255) = 35.8%

R = 43.4%
G = 20.8%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F073C6 (or 0xF073C6) is known color: Neon Pink. HEX triplet: F0, 73 and C6. RGB value is (240,115,198). Sum of RGB (Red+Green+Blue) = 240+115+198=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F073C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073C6 is #0F8C39. Grayscale: #A1A1A1. Windows color (decimal): -1018938 or 13005808. OLE color: 13005808.

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

Color convert

RGB 240 115 198 -
CMYK 0 0.52 0.18 0.06
HSL 320.16º 0.81% 0.7% -
HSV(B) 320.16º 0.52% 0.94% -
XYZ 52.26 34.86 57.4 -
YUV 161.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 240 115 198 0 0.52 0.18 0.06 320.16 0.81 0.7
Hex F0 73 C6 0 34 12 6 140 51 46
Octal 360 163 306 0 64 22 6 500 121 106
Binary 11110000 1110011 11000110 0 110100 10010 110 101000000 1010001 1000110

Color Harmonies of #F073C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073C6

Black with #F073C6

Text Example


Text Example

White with #F073C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073C6; }

 p { color: rgb(240,115,198); }

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

background-color css

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

 a { background-color: rgb(240,115,198); }

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

border-color css

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

 span { border-color: rgb(240,115,198); }

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