Html Css Color HEX #F353BF Neon Pink

📋 copy color: '#F353BF'

red 243 ◦ green 83 ◦ blue 191

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

Shades of Neon Pink #F353BF

Tints of Neon Pink #F353BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.05%

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

R = 47%
G = 16.05%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F353BF (or 0xF353BF) is known color: Neon Pink. HEX triplet: F3, 53 and BF. RGB value is (243,83,191). Sum of RGB (Red+Green+Blue) = 243+83+191=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F353BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353BF is #0CAC40. Grayscale: #8E8E8E. Windows color (decimal): -830529 or 12538867. OLE color: 12538867.

HSL color Cylindrical-coordinate representation of color #F353BF: hue angle of 319.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353BF is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 83 191 -
CMYK 0 0.66 0.21 0.05
HSL 319.5º 0.87% 0.64% -
HSV(B) 319.5º 0.66% 0.95% -
XYZ 49.46 29 52.28 -
YUV 143.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 243 83 191 0 0.66 0.21 0.05 319.5 0.87 0.64
Hex F3 53 BF 0 42 15 5 140 57 40
Octal 363 123 277 0 102 25 5 500 127 100
Binary 11110011 1010011 10111111 0 1000010 10101 101 101000000 1010111 1000000

Color Harmonies of #F353BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353BF

Black with #F353BF

Text Example


Text Example

White with #F353BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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