Html Css Color HEX #F358BF Neon Pink

📋 copy color: '#F358BF'

red 243 ◦ green 88 ◦ blue 191

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

Shades of Neon Pink #F358BF

Tints of Neon Pink #F358BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.59%

R = 46.55%
G = 16.86%
B = 36.59%

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

#F358BF (or 0xF358BF) is known color: Neon Pink. HEX triplet: F3, 58 and BF. RGB value is (243,88,191). Sum of RGB (Red+Green+Blue) = 243+88+191=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F358BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358BF is #0CA740. Grayscale: #919191. Windows color (decimal): -829249 or 12540147. OLE color: 12540147.

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

Color convert

RGB 243 88 191 -
CMYK 0 0.64 0.21 0.05
HSL 320.13º 0.87% 0.65% -
HSV(B) 320.13º 0.64% 0.95% -
XYZ 49.86 29.8 52.41 -
YUV 146.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 243 88 191 0 0.64 0.21 0.05 320.13 0.87 0.65
Hex F3 58 BF 0 40 15 5 140 57 41
Octal 363 130 277 0 100 25 5 500 127 101
Binary 11110011 1011000 10111111 0 1000000 10101 101 101000000 1010111 1000001

Color Harmonies of #F358BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358BF

Black with #F358BF

Text Example


Text Example

White with #F358BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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