Html Css Color HEX #F370CC Neon Pink

📋 copy color: '#F370CC'

red 243 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #F370CC

Tints of Neon Pink #F370CC

RGB

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

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

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

R = 43.47%
G = 20.04%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F370CC (or 0xF370CC) is known color: Neon Pink. HEX triplet: F3, 70 and CC. RGB value is (243,112,204). Sum of RGB (Red+Green+Blue) = 243+112+204=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F370CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370CC is #0C8F33. Grayscale: #A1A1A1. Windows color (decimal): -823092 or 13398259. OLE color: 13398259.

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

Color convert

RGB 243 112 204 -
CMYK 0 0.54 0.16 0.05
HSL 317.86º 0.85% 0.7% -
HSV(B) 317.86º 0.54% 0.95% -
XYZ 53.66 35 61.05 -
YUV 161.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 243 112 204 0 0.54 0.16 0.05 317.86 0.85 0.7
Hex F3 70 CC 0 36 10 5 13E 55 46
Octal 363 160 314 0 66 20 5 476 125 106
Binary 11110011 1110000 11001100 0 110110 10000 101 100111110 1010101 1000110

Color Harmonies of #F370CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370CC

Black with #F370CC

Text Example


Text Example

White with #F370CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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