Html Css Color HEX #F358C5 Neon Pink

📋 copy color: '#F358C5'

red 243 ◦ green 88 ◦ blue 197

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

Shades of Neon Pink #F358C5

Tints of Neon Pink #F358C5

RGB

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

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

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

R = 46.02%
G = 16.67%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F358C5 (or 0xF358C5) is known color: Neon Pink. HEX triplet: F3, 58 and C5. RGB value is (243,88,197). Sum of RGB (Red+Green+Blue) = 243+88+197=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F358C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358C5 is #0CA73A. Grayscale: #929292. Windows color (decimal): -829243 or 12933363. OLE color: 12933363.

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

Color convert

RGB 243 88 197 -
CMYK 0 0.64 0.19 0.05
HSL 317.81º 0.87% 0.65% -
HSV(B) 317.81º 0.64% 0.95% -
XYZ 50.53 30.07 55.96 -
YUV 146.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 243 88 197 0 0.64 0.19 0.05 317.81 0.87 0.65
Hex F3 58 C5 0 40 13 5 13E 57 41
Octal 363 130 305 0 100 23 5 476 127 101
Binary 11110011 1011000 11000101 0 1000000 10011 101 100111110 1010111 1000001

Color Harmonies of #F358C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358C5

Black with #F358C5

Text Example


Text Example

White with #F358C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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