Html Css Color HEX #F370BE Neon Pink

📋 copy color: '#F370BE'

red 243 ◦ green 112 ◦ blue 190

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

Shades of Neon Pink #F370BE

Tints of Neon Pink #F370BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.86%

R = 44.59%
G = 20.55%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F370BE (or 0xF370BE) is known color: Neon Pink. HEX triplet: F3, 70 and BE. RGB value is (243,112,190). Sum of RGB (Red+Green+Blue) = 243+112+190=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F370BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370BE is #0C8F41. Grayscale: #9F9F9F. Windows color (decimal): -823106 or 12480755. OLE color: 12480755.

HSL color Cylindrical-coordinate representation of color #F370BE: hue angle of 324.27º 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 #F370BE is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 112 190 -
CMYK 0 0.54 0.22 0.05
HSL 324.27º 0.85% 0.7% -
HSV(B) 324.27º 0.54% 0.95% -
XYZ 52.05 34.36 52.6 -
YUV 160.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 243 112 190 0 0.54 0.22 0.05 324.27 0.85 0.7
Hex F3 70 BE 0 36 16 5 144 55 46
Octal 363 160 276 0 66 26 5 504 125 106
Binary 11110011 1110000 10111110 0 110110 10110 101 101000100 1010101 1000110

Color Harmonies of #F370BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370BE

Black with #F370BE

Text Example


Text Example

White with #F370BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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