Html Css Color HEX #F371CC Neon Pink

📋 copy color: '#F371CC'

red 243 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #F371CC

Tints of Neon Pink #F371CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 43.39%
G = 20.18%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F371CC (or 0xF371CC) is known color: Neon Pink. HEX triplet: F3, 71 and CC. RGB value is (243,113,204). Sum of RGB (Red+Green+Blue) = 243+113+204=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F371CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371CC is #0C8E33. Grayscale: #A2A2A2. Windows color (decimal): -822836 or 13398515. OLE color: 13398515.

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

Color convert

RGB 243 113 204 -
CMYK 0 0.53 0.16 0.05
HSL 318º 0.84% 0.7% -
HSV(B) 318º 0.53% 0.95% -
XYZ 53.77 35.22 61.09 -
YUV 162.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 243 113 204 0 0.53 0.16 0.05 318 0.84 0.7
Hex F3 71 CC 0 35 10 5 13E 54 46
Octal 363 161 314 0 65 20 5 476 124 106
Binary 11110011 1110001 11001100 0 110101 10000 101 100111110 1010100 1000110

Color Harmonies of #F371CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371CC

Black with #F371CC

Text Example


Text Example

White with #F371CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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