Html Css Color HEX #F565C0 Neon Pink

📋 copy color: '#F565C0'

red 245 ◦ green 101 ◦ blue 192

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

Shades of Neon Pink #F565C0

Tints of Neon Pink #F565C0

RGB

 RED value IS 245 (96.09% from 255) = 45.54%

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

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 45.54%
G = 18.77%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F565C0 (or 0xF565C0) is known color: Neon Pink. HEX triplet: F5, 65 and C0. RGB value is (245,101,192). Sum of RGB (Red+Green+Blue) = 245+101+192=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F565C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565C0 is #0A9A3F. Grayscale: #9A9A9A. Windows color (decimal): -694848 or 12609013. OLE color: 12609013.

HSL color Cylindrical-coordinate representation of color #F565C0: hue angle of 322.08º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565C0 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 192 -
CMYK 0 0.59 0.22 0.04
HSL 322.08º 0.88% 0.68% -
HSV(B) 322.08º 0.59% 0.96% -
XYZ 51.82 32.53 53.42 -
YUV 154.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 245 101 192 0 0.59 0.22 0.04 322.08 0.88 0.68
Hex F5 65 C0 0 3B 16 4 142 58 44
Octal 365 145 300 0 73 26 4 502 130 104
Binary 11110101 1100101 11000000 0 111011 10110 100 101000010 1011000 1000100

Color Harmonies of #F565C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565C0

Black with #F565C0

Text Example


Text Example

White with #F565C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565C0; }

 p { color: rgb(245,101,192); }

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

background-color css

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

 a { background-color: rgb(245,101,192); }

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

border-color css

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

 span { border-color: rgb(245,101,192); }

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