Html Css Color HEX #F356C5 Neon Pink

📋 copy color: '#F356C5'

red 243 ◦ green 86 ◦ blue 197

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

Shades of Neon Pink #F356C5

Tints of Neon Pink #F356C5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.35%

 BLUE value IS 197 (77.34% from 255) = 37.45%

R = 46.2%
G = 16.35%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F356C5 (or 0xF356C5) is known color: Neon Pink. HEX triplet: F3, 56 and C5. RGB value is (243,86,197). Sum of RGB (Red+Green+Blue) = 243+86+197=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F356C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356C5 is #0CA93A. Grayscale: #919191. Windows color (decimal): -829755 or 12932851. OLE color: 12932851.

HSL color Cylindrical-coordinate representation of color #F356C5: hue angle of 317.58º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356C5 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 86 197 -
CMYK 0 0.65 0.19 0.05
HSL 317.58º 0.87% 0.65% -
HSV(B) 317.58º 0.65% 0.95% -
XYZ 50.37 29.74 55.91 -
YUV 145.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 243 86 197 0 0.65 0.19 0.05 317.58 0.87 0.65
Hex F3 56 C5 0 41 13 5 13E 57 41
Octal 363 126 305 0 101 23 5 476 127 101
Binary 11110011 1010110 11000101 0 1000001 10011 101 100111110 1010111 1000001

Color Harmonies of #F356C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F356C5

Black with #F356C5

Text Example


Text Example

White with #F356C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F356C5; }

 p { color: rgb(243,86,197); }

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

background-color css

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

 a { background-color: rgb(243,86,197); }

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

border-color css

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

 span { border-color: rgb(243,86,197); }

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