Html Css Color HEX #F359CA Neon Pink

📋 copy color: '#F359CA'

red 243 ◦ green 89 ◦ blue 202

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

Shades of Neon Pink #F359CA

Tints of Neon Pink #F359CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.67%

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 45.51%
G = 16.67%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F359CA (or 0xF359CA) is known color: Neon Pink. HEX triplet: F3, 59 and CA. RGB value is (243,89,202). Sum of RGB (Red+Green+Blue) = 243+89+202=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F359CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F359CA is #0CA635. Grayscale: #939393. Windows color (decimal): -828982 or 13261299. OLE color: 13261299.

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

Color convert

RGB 243 89 202 -
CMYK 0 0.63 0.17 0.05
HSL 315.97º 0.87% 0.65% -
HSV(B) 315.97º 0.63% 0.95% -
XYZ 51.2 30.46 59.06 -
YUV 147.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 243 89 202 0 0.63 0.17 0.05 315.97 0.87 0.65
Hex F3 59 CA 0 3F 11 5 13C 57 41
Octal 363 131 312 0 77 21 5 474 127 101
Binary 11110011 1011001 11001010 0 111111 10001 101 100111100 1010111 1000001

Color Harmonies of #F359CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F359CA

Black with #F359CA

Text Example


Text Example

White with #F359CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F359CA; }

 p { color: rgb(243,89,202); }

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

background-color css

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

 a { background-color: rgb(243,89,202); }

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

border-color css

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

 span { border-color: rgb(243,89,202); }

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