Html Css Color HEX #F370C9 Neon Pink

📋 copy color: '#F370C9'

red 243 ◦ green 112 ◦ blue 201

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

Shades of Neon Pink #F370C9

Tints of Neon Pink #F370C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 43.71%
G = 20.14%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F370C9 (or 0xF370C9) is known color: Neon Pink. HEX triplet: F3, 70 and C9. RGB value is (243,112,201). Sum of RGB (Red+Green+Blue) = 243+112+201=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F370C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370C9 is #0C8F36. Grayscale: #A1A1A1. Windows color (decimal): -823095 or 13201651. OLE color: 13201651.

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

Color convert

RGB 243 112 201 -
CMYK 0 0.54 0.17 0.05
HSL 319.24º 0.85% 0.7% -
HSV(B) 319.24º 0.54% 0.95% -
XYZ 53.3 34.86 59.18 -
YUV 161.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 243 112 201 0 0.54 0.17 0.05 319.24 0.85 0.7
Hex F3 70 C9 0 36 11 5 13F 55 46
Octal 363 160 311 0 66 21 5 477 125 106
Binary 11110011 1110000 11001001 0 110110 10001 101 100111111 1010101 1000110

Color Harmonies of #F370C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370C9

Black with #F370C9

Text Example


Text Example

White with #F370C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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