Html Css Color HEX #F370C6 Neon Pink

📋 copy color: '#F370C6'

red 243 ◦ green 112 ◦ blue 198

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

Shades of Neon Pink #F370C6

Tints of Neon Pink #F370C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.8%

R = 43.94%
G = 20.25%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F370C6 (or 0xF370C6) is known color: Neon Pink. HEX triplet: F3, 70 and C6. RGB value is (243,112,198). Sum of RGB (Red+Green+Blue) = 243+112+198=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F370C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370C6 is #0C8F39. Grayscale: #A0A0A0. Windows color (decimal): -823098 or 13005043. OLE color: 13005043.

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

Color convert

RGB 243 112 198 -
CMYK 0 0.54 0.19 0.05
HSL 320.61º 0.85% 0.7% -
HSV(B) 320.61º 0.54% 0.95% -
XYZ 52.95 34.72 57.34 -
YUV 160.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 243 112 198 0 0.54 0.19 0.05 320.61 0.85 0.7
Hex F3 70 C6 0 36 13 5 141 55 46
Octal 363 160 306 0 66 23 5 501 125 106
Binary 11110011 1110000 11000110 0 110110 10011 101 101000001 1010101 1000110

Color Harmonies of #F370C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370C6

Black with #F370C6

Text Example


Text Example

White with #F370C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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