Html Css Color HEX #F072C2 Neon Pink

📋 copy color: '#F072C2'

red 240 ◦ green 114 ◦ blue 194

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

Shades of Neon Pink #F072C2

Tints of Neon Pink #F072C2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 43.8%
G = 20.8%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F072C2 (or 0xF072C2) is known color: Neon Pink. HEX triplet: F0, 72 and C2. RGB value is (240,114,194). Sum of RGB (Red+Green+Blue) = 240+114+194=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F072C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072C2 is #0F8D3D. Grayscale: #A0A0A0. Windows color (decimal): -1019198 or 12743408. OLE color: 12743408.

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

Color convert

RGB 240 114 194 -
CMYK 0 0.52 0.19 0.06
HSL 321.9º 0.81% 0.69% -
HSV(B) 321.9º 0.53% 0.94% -
XYZ 51.69 34.45 54.97 -
YUV 160.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 240 114 194 0 0.52 0.19 0.06 321.9 0.81 0.69
Hex F0 72 C2 0 34 13 6 142 51 45
Octal 360 162 302 0 64 23 6 502 121 105
Binary 11110000 1110010 11000010 0 110100 10011 110 101000010 1010001 1000101

Color Harmonies of #F072C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072C2

Black with #F072C2

Text Example


Text Example

White with #F072C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072C2; }

 p { color: rgb(240,114,194); }

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

background-color css

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

 a { background-color: rgb(240,114,194); }

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

border-color css

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

 span { border-color: rgb(240,114,194); }

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