Html Css Color HEX #F358C6 Neon Pink

📋 copy color: '#F358C6'

red 243 ◦ green 88 ◦ blue 198

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

Shades of Neon Pink #F358C6

Tints of Neon Pink #F358C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 45.94%
G = 16.64%
B = 37.43%

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

#F358C6 (or 0xF358C6) is known color: Neon Pink. HEX triplet: F3, 58 and C6. RGB value is (243,88,198). Sum of RGB (Red+Green+Blue) = 243+88+198=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F358C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358C6 is #0CA739. Grayscale: #929292. Windows color (decimal): -829242 or 12998899. OLE color: 12998899.

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

Color convert

RGB 243 88 198 -
CMYK 0 0.64 0.19 0.05
HSL 317.42º 0.87% 0.65% -
HSV(B) 317.42º 0.64% 0.95% -
XYZ 50.64 30.11 56.57 -
YUV 146.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 243 88 198 0 0.64 0.19 0.05 317.42 0.87 0.65
Hex F3 58 C6 0 40 13 5 13D 57 41
Octal 363 130 306 0 100 23 5 475 127 101
Binary 11110011 1011000 11000110 0 1000000 10011 101 100111101 1010111 1000001

Color Harmonies of #F358C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358C6

Black with #F358C6

Text Example


Text Example

White with #F358C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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