Html Css Color HEX #F073D2 Neon Pink

📋 copy color: '#F073D2'

red 240 ◦ green 115 ◦ blue 210

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

Shades of Neon Pink #F073D2

Tints of Neon Pink #F073D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 42.48%
G = 20.35%
B = 37.17%

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

#F073D2 (or 0xF073D2) is known color: Neon Pink. HEX triplet: F0, 73 and D2. RGB value is (240,115,210). Sum of RGB (Red+Green+Blue) = 240+115+210=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F073D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073D2 is #0F8C2D. Grayscale: #A2A2A2. Windows color (decimal): -1018926 or 13792240. OLE color: 13792240.

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

Color convert

RGB 240 115 210 -
CMYK 0 0.52 0.12 0.06
HSL 314.4º 0.81% 0.7% -
HSV(B) 314.4º 0.52% 0.94% -
XYZ 53.7 35.44 64.98 -
YUV 163.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 240 115 210 0 0.52 0.12 0.06 314.4 0.81 0.7
Hex F0 73 D2 0 34 C 6 13A 51 46
Octal 360 163 322 0 64 14 6 472 121 106
Binary 11110000 1110011 11010010 0 110100 1100 110 100111010 1010001 1000110

Color Harmonies of #F073D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073D2

Black with #F073D2

Text Example


Text Example

White with #F073D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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