Html Css Color HEX #F072D3 Neon Pink

📋 copy color: '#F072D3'

red 240 ◦ green 114 ◦ blue 211

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

Shades of Neon Pink #F072D3

Tints of Neon Pink #F072D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 42.48%
G = 20.18%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F072D3 (or 0xF072D3) is known color: Neon Pink. HEX triplet: F0, 72 and D3. RGB value is (240,114,211). Sum of RGB (Red+Green+Blue) = 240+114+211=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F072D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072D3 is #0F8D2C. Grayscale: #A2A2A2. Windows color (decimal): -1019181 or 13857520. OLE color: 13857520.

HSL color Cylindrical-coordinate representation of color #F072D3: hue angle of 313.81º 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 #F072D3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 211 -
CMYK 0 0.52 0.12 0.06
HSL 313.81º 0.81% 0.69% -
HSV(B) 313.81º 0.53% 0.94% -
XYZ 53.71 35.26 65.6 -
YUV 162.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 240 114 211 0 0.52 0.12 0.06 313.81 0.81 0.69
Hex F0 72 D3 0 34 C 6 13A 51 45
Octal 360 162 323 0 64 14 6 472 121 105
Binary 11110000 1110010 11010011 0 110100 1100 110 100111010 1010001 1000101

Color Harmonies of #F072D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072D3

Black with #F072D3

Text Example


Text Example

White with #F072D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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