Html Css Color HEX #F071C2 Neon Pink

📋 copy color: '#F071C2'

red 240 ◦ green 113 ◦ blue 194

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

Shades of Neon Pink #F071C2

Tints of Neon Pink #F071C2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.66%

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

R = 43.88%
G = 20.66%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F071C2 (or 0xF071C2) is known color: Neon Pink. HEX triplet: F0, 71 and C2. RGB value is (240,113,194). Sum of RGB (Red+Green+Blue) = 240+113+194=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F071C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071C2 is #0F8E3D. Grayscale: #A0A0A0. Windows color (decimal): -1019454 or 12743152. OLE color: 12743152.

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

Color convert

RGB 240 113 194 -
CMYK 0 0.53 0.19 0.06
HSL 321.73º 0.81% 0.69% -
HSV(B) 321.73º 0.53% 0.94% -
XYZ 51.58 34.23 54.93 -
YUV 160.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 240 113 194 0 0.53 0.19 0.06 321.73 0.81 0.69
Hex F0 71 C2 0 35 13 6 142 51 45
Octal 360 161 302 0 65 23 6 502 121 105
Binary 11110000 1110001 11000010 0 110101 10011 110 101000010 1010001 1000101

Color Harmonies of #F071C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071C2

Black with #F071C2

Text Example


Text Example

White with #F071C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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