Html Css Color HEX #F358C1 Neon Pink

📋 copy color: '#F358C1'

red 243 ◦ green 88 ◦ blue 193

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

Shades of Neon Pink #F358C1

Tints of Neon Pink #F358C1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.79%

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 46.37%
G = 16.79%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F358C1 (or 0xF358C1) is known color: Neon Pink. HEX triplet: F3, 58 and C1. RGB value is (243,88,193). Sum of RGB (Red+Green+Blue) = 243+88+193=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F358C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358C1 is #0CA73E. Grayscale: #929292. Windows color (decimal): -829247 or 12671219. OLE color: 12671219.

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

Color convert

RGB 243 88 193 -
CMYK 0 0.64 0.21 0.05
HSL 319.35º 0.87% 0.65% -
HSV(B) 319.35º 0.64% 0.95% -
XYZ 50.08 29.88 53.58 -
YUV 146.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 243 88 193 0 0.64 0.21 0.05 319.35 0.87 0.65
Hex F3 58 C1 0 40 15 5 13F 57 41
Octal 363 130 301 0 100 25 5 477 127 101
Binary 11110011 1011000 11000001 0 1000000 10101 101 100111111 1010111 1000001

Color Harmonies of #F358C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358C1

Black with #F358C1

Text Example


Text Example

White with #F358C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358C1; }

 p { color: rgb(243,88,193); }

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

background-color css

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

 a { background-color: rgb(243,88,193); }

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

border-color css

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

 span { border-color: rgb(243,88,193); }

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