Html Css Color HEX #F365C5 Neon Pink

📋 copy color: '#F365C5'

red 243 ◦ green 101 ◦ blue 197

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

Shades of Neon Pink #F365C5

Tints of Neon Pink #F365C5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.67%

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 44.92%
G = 18.67%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F365C5 (or 0xF365C5) is known color: Neon Pink. HEX triplet: F3, 65 and C5. RGB value is (243,101,197). Sum of RGB (Red+Green+Blue) = 243+101+197=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F365C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365C5 is #0C9A3A. Grayscale: #9A9A9A. Windows color (decimal): -825915 or 12936691. OLE color: 12936691.

HSL color Cylindrical-coordinate representation of color #F365C5: hue angle of 319.44º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365C5 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 101 197 -
CMYK 0 0.58 0.19 0.05
HSL 319.44º 0.86% 0.67% -
HSV(B) 319.44º 0.58% 0.95% -
XYZ 51.69 32.39 56.35 -
YUV 154.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 243 101 197 0 0.58 0.19 0.05 319.44 0.86 0.67
Hex F3 65 C5 0 3A 13 5 13F 56 43
Octal 363 145 305 0 72 23 5 477 126 103
Binary 11110011 1100101 11000101 0 111010 10011 101 100111111 1010110 1000011

Color Harmonies of #F365C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365C5

Black with #F365C5

Text Example


Text Example

White with #F365C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365C5; }

 p { color: rgb(243,101,197); }

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

background-color css

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

 a { background-color: rgb(243,101,197); }

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

border-color css

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

 span { border-color: rgb(243,101,197); }

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