Html Css Color HEX #F365BD Neon Pink

📋 copy color: '#F365BD'

red 243 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #F365BD

Tints of Neon Pink #F365BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 45.59%
G = 18.95%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F365BD (or 0xF365BD) is known color: Neon Pink. HEX triplet: F3, 65 and BD. RGB value is (243,101,189). Sum of RGB (Red+Green+Blue) = 243+101+189=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F365BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365BD is #0C9A42. Grayscale: #999999. Windows color (decimal): -825923 or 12412403. OLE color: 12412403.

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

Color convert

RGB 243 101 189 -
CMYK 0 0.58 0.22 0.05
HSL 322.82º 0.86% 0.67% -
HSV(B) 322.82º 0.58% 0.95% -
XYZ 50.8 32.04 51.65 -
YUV 153.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 243 101 189 0 0.58 0.22 0.05 322.82 0.86 0.67
Hex F3 65 BD 0 3A 16 5 143 56 43
Octal 363 145 275 0 72 26 5 503 126 103
Binary 11110011 1100101 10111101 0 111010 10110 101 101000011 1010110 1000011

Color Harmonies of #F365BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365BD

Black with #F365BD

Text Example


Text Example

White with #F365BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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