Html Css Color HEX #F353C3 Neon Pink

📋 copy color: '#F353C3'

red 243 ◦ green 83 ◦ blue 195

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

Shades of Neon Pink #F353C3

Tints of Neon Pink #F353C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 46.64%
G = 15.93%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F353C3 (or 0xF353C3) is known color: Neon Pink. HEX triplet: F3, 53 and C3. RGB value is (243,83,195). Sum of RGB (Red+Green+Blue) = 243+83+195=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F353C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353C3 is #0CAC3C. Grayscale: #8F8F8F. Windows color (decimal): -830525 or 12801011. OLE color: 12801011.

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

Color convert

RGB 243 83 195 -
CMYK 0 0.66 0.20 0.05
HSL 318º 0.87% 0.64% -
HSV(B) 318º 0.66% 0.95% -
XYZ 49.91 29.18 54.63 -
YUV 143.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 243 83 195 0 0.66 0.20 0.05 318 0.87 0.64
Hex F3 53 C3 0 42 14 5 13E 57 40
Octal 363 123 303 0 102 24 5 476 127 100
Binary 11110011 1010011 11000011 0 1000010 10100 101 100111110 1010111 1000000

Color Harmonies of #F353C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353C3

Black with #F353C3

Text Example


Text Example

White with #F353C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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