Html Css Color HEX #F371CE Neon Pink

📋 copy color: '#F371CE'

red 243 ◦ green 113 ◦ blue 206

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

Shades of Neon Pink #F371CE

Tints of Neon Pink #F371CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.11%

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 43.24%
G = 20.11%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F371CE (or 0xF371CE) is known color: Neon Pink. HEX triplet: F3, 71 and CE. RGB value is (243,113,206). Sum of RGB (Red+Green+Blue) = 243+113+206=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F371CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371CE is #0C8E31. Grayscale: #A2A2A2. Windows color (decimal): -822834 or 13529587. OLE color: 13529587.

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

Color convert

RGB 243 113 206 -
CMYK 0 0.53 0.15 0.05
HSL 317.08º 0.84% 0.7% -
HSV(B) 317.08º 0.53% 0.95% -
XYZ 54.01 35.32 62.36 -
YUV 162.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 243 113 206 0 0.53 0.15 0.05 317.08 0.84 0.7
Hex F3 71 CE 0 35 F 5 13D 54 46
Octal 363 161 316 0 65 17 5 475 124 106
Binary 11110011 1110001 11001110 0 110101 1111 101 100111101 1010100 1000110

Color Harmonies of #F371CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371CE

Black with #F371CE

Text Example


Text Example

White with #F371CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371CE; }

 p { color: rgb(243,113,206); }

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

background-color css

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

 a { background-color: rgb(243,113,206); }

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

border-color css

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

 span { border-color: rgb(243,113,206); }

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