Html Css Color HEX #F357C0 Neon Pink

📋 copy color: '#F357C0'

red 243 ◦ green 87 ◦ blue 192

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

Shades of Neon Pink #F357C0

Tints of Neon Pink #F357C0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.67%

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 46.55%
G = 16.67%
B = 36.78%

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

#F357C0 (or 0xF357C0) is known color: Neon Pink. HEX triplet: F3, 57 and C0. RGB value is (243,87,192). Sum of RGB (Red+Green+Blue) = 243+87+192=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F357C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357C0 is #0CA83F. Grayscale: #919191. Windows color (decimal): -829504 or 12605427. OLE color: 12605427.

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

Color convert

RGB 243 87 192 -
CMYK 0 0.64 0.21 0.05
HSL 319.62º 0.87% 0.65% -
HSV(B) 319.62º 0.64% 0.95% -
XYZ 49.88 29.68 52.97 -
YUV 145.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 243 87 192 0 0.64 0.21 0.05 319.62 0.87 0.65
Hex F3 57 C0 0 40 15 5 140 57 41
Octal 363 127 300 0 100 25 5 500 127 101
Binary 11110011 1010111 11000000 0 1000000 10101 101 101000000 1010111 1000001

Color Harmonies of #F357C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F357C0

Black with #F357C0

Text Example


Text Example

White with #F357C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F357C0; }

 p { color: rgb(243,87,192); }

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

background-color css

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

 a { background-color: rgb(243,87,192); }

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

border-color css

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

 span { border-color: rgb(243,87,192); }

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