Html Css Color HEX #F376C8 Neon Pink

📋 copy color: '#F376C8'

red 243 ◦ green 118 ◦ blue 200

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

Shades of Neon Pink #F376C8

Tints of Neon Pink #F376C8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.03%

 BLUE value IS 200 (78.52% from 255) = 35.65%

R = 43.32%
G = 21.03%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F376C8 (or 0xF376C8) is known color: Neon Pink. HEX triplet: F3, 76 and C8. RGB value is (243,118,200). Sum of RGB (Red+Green+Blue) = 243+118+200=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F376C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376C8 is #0C8937. Grayscale: #A4A4A4. Windows color (decimal): -821560 or 13137651. OLE color: 13137651.

HSL color Cylindrical-coordinate representation of color #F376C8: hue angle of 320.64º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F376C8 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 118 200 -
CMYK 0 0.51 0.18 0.05
HSL 320.64º 0.84% 0.71% -
HSV(B) 320.64º 0.51% 0.95% -
XYZ 53.87 36.18 58.79 -
YUV 164.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 243 118 200 0 0.51 0.18 0.05 320.64 0.84 0.71
Hex F3 76 C8 0 33 12 5 141 54 47
Octal 363 166 310 0 63 22 5 501 124 107
Binary 11110011 1110110 11001000 0 110011 10010 101 101000001 1010100 1000111

Color Harmonies of #F376C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376C8

Black with #F376C8

Text Example


Text Example

White with #F376C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376C8; }

 p { color: rgb(243,118,200); }

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

background-color css

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

 a { background-color: rgb(243,118,200); }

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

border-color css

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

 span { border-color: rgb(243,118,200); }

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