Html Css Color HEX #F358C8 Neon Pink

📋 copy color: '#F358C8'

red 243 ◦ green 88 ◦ blue 200

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

Shades of Neon Pink #F358C8

Tints of Neon Pink #F358C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 45.76%
G = 16.57%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F358C8 (or 0xF358C8) is known color: Neon Pink. HEX triplet: F3, 58 and C8. RGB value is (243,88,200). Sum of RGB (Red+Green+Blue) = 243+88+200=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F358C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358C8 is #0CA737. Grayscale: #929292. Windows color (decimal): -829240 or 13129971. OLE color: 13129971.

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

Color convert

RGB 243 88 200 -
CMYK 0 0.64 0.18 0.05
HSL 316.65º 0.87% 0.65% -
HSV(B) 316.65º 0.64% 0.95% -
XYZ 50.88 30.2 57.79 -
YUV 147.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 243 88 200 0 0.64 0.18 0.05 316.65 0.87 0.65
Hex F3 58 C8 0 40 12 5 13D 57 41
Octal 363 130 310 0 100 22 5 475 127 101
Binary 11110011 1011000 11001000 0 1000000 10010 101 100111101 1010111 1000001

Color Harmonies of #F358C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358C8

Black with #F358C8

Text Example


Text Example

White with #F358C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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