Html Css Color HEX #F370C1 Neon Pink

📋 copy color: '#F370C1'

red 243 ◦ green 112 ◦ blue 193

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

Shades of Neon Pink #F370C1

Tints of Neon Pink #F370C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 44.34%
G = 20.44%
B = 35.22%

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

#F370C1 (or 0xF370C1) is known color: Neon Pink. HEX triplet: F3, 70 and C1. RGB value is (243,112,193). Sum of RGB (Red+Green+Blue) = 243+112+193=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F370C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370C1 is #0C8F3E. Grayscale: #A0A0A0. Windows color (decimal): -823103 or 12677363. OLE color: 12677363.

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

Color convert

RGB 243 112 193 -
CMYK 0 0.54 0.21 0.05
HSL 322.9º 0.85% 0.7% -
HSV(B) 322.9º 0.54% 0.95% -
XYZ 52.38 34.49 54.35 -
YUV 160.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 243 112 193 0 0.54 0.21 0.05 322.9 0.85 0.7
Hex F3 70 C1 0 36 15 5 143 55 46
Octal 363 160 301 0 66 25 5 503 125 106
Binary 11110011 1110000 11000001 0 110110 10101 101 101000011 1010101 1000110

Color Harmonies of #F370C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370C1

Black with #F370C1

Text Example


Text Example

White with #F370C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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