Html Css Color HEX #F353C4 Neon Pink

📋 copy color: '#F353C4'

red 243 ◦ green 83 ◦ blue 196

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

Shades of Neon Pink #F353C4

Tints of Neon Pink #F353C4

RGB

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

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

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

R = 46.55%
G = 15.9%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F353C4 (or 0xF353C4) is known color: Neon Pink. HEX triplet: F3, 53 and C4. RGB value is (243,83,196). Sum of RGB (Red+Green+Blue) = 243+83+196=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F353C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353C4 is #0CAC3B. Grayscale: #8F8F8F. Windows color (decimal): -830524 or 12866547. OLE color: 12866547.

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

Color convert

RGB 243 83 196 -
CMYK 0 0.66 0.19 0.05
HSL 317.63º 0.87% 0.64% -
HSV(B) 317.63º 0.66% 0.95% -
XYZ 50.02 29.23 55.23 -
YUV 143.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 243 83 196 0 0.66 0.19 0.05 317.63 0.87 0.64
Hex F3 53 C4 0 42 13 5 13E 57 40
Octal 363 123 304 0 102 23 5 476 127 100
Binary 11110011 1010011 11000100 0 1000010 10011 101 100111110 1010111 1000000

Color Harmonies of #F353C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353C4

Black with #F353C4

Text Example


Text Example

White with #F353C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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