Html Css Color HEX #F370BF Neon Pink

📋 copy color: '#F370BF'

red 243 ◦ green 112 ◦ blue 191

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

Shades of Neon Pink #F370BF

Tints of Neon Pink #F370BF

RGB

 RED value IS 243 (95.31% from 255) = 44.51%

 GREEN value IS 112 (44.14% from 255) = 20.51%

 BLUE value IS 191 (75% from 255) = 34.98%

R = 44.51%
G = 20.51%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F370BF (or 0xF370BF) is known color: Neon Pink. HEX triplet: F3, 70 and BF. RGB value is (243,112,191). Sum of RGB (Red+Green+Blue) = 243+112+191=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F370BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370BF is #0C8F40. Grayscale: #9F9F9F. Windows color (decimal): -823105 or 12546291. OLE color: 12546291.

HSL color Cylindrical-coordinate representation of color #F370BF: hue angle of 323.82º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370BF is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 112 191 -
CMYK 0 0.54 0.21 0.05
HSL 323.82º 0.85% 0.7% -
HSV(B) 323.82º 0.54% 0.95% -
XYZ 52.16 34.4 53.18 -
YUV 160.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 243 112 191 0 0.54 0.21 0.05 323.82 0.85 0.7
Hex F3 70 BF 0 36 15 5 144 55 46
Octal 363 160 277 0 66 25 5 504 125 106
Binary 11110011 1110000 10111111 0 110110 10101 101 101000100 1010101 1000110

Color Harmonies of #F370BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370BF

Black with #F370BF

Text Example


Text Example

White with #F370BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370BF; }

 p { color: rgb(243,112,191); }

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

background-color css

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

 a { background-color: rgb(243,112,191); }

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

border-color css

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

 span { border-color: rgb(243,112,191); }

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