Html Css Color HEX #F358C4 Neon Pink

📋 copy color: '#F358C4'

red 243 ◦ green 88 ◦ blue 196

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

Shades of Neon Pink #F358C4

Tints of Neon Pink #F358C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.19%

R = 46.11%
G = 16.7%
B = 37.19%

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

#F358C4 (or 0xF358C4) is known color: Neon Pink. HEX triplet: F3, 58 and C4. RGB value is (243,88,196). Sum of RGB (Red+Green+Blue) = 243+88+196=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F358C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358C4 is #0CA73B. Grayscale: #929292. Windows color (decimal): -829244 or 12867827. OLE color: 12867827.

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

Color convert

RGB 243 88 196 -
CMYK 0 0.64 0.19 0.05
HSL 318.19º 0.87% 0.65% -
HSV(B) 318.19º 0.64% 0.95% -
XYZ 50.42 30.02 55.36 -
YUV 146.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 243 88 196 0 0.64 0.19 0.05 318.19 0.87 0.65
Hex F3 58 C4 0 40 13 5 13E 57 41
Octal 363 130 304 0 100 23 5 476 127 101
Binary 11110011 1011000 11000100 0 1000000 10011 101 100111110 1010111 1000001

Color Harmonies of #F358C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358C4

Black with #F358C4

Text Example


Text Example

White with #F358C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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