Html Css Color HEX #F865C9 Neon Pink

📋 copy color: '#F865C9'

red 248 ◦ green 101 ◦ blue 201

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

Shades of Neon Pink #F865C9

Tints of Neon Pink #F865C9

RGB

 RED value IS 248 (97.27% from 255) = 45.09%

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

 BLUE value IS 201 (78.91% from 255) = 36.55%

R = 45.09%
G = 18.36%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F865C9 (or 0xF865C9) is known color: Neon Pink. HEX triplet: F8, 65 and C9. RGB value is (248,101,201). Sum of RGB (Red+Green+Blue) = 248+101+201=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F865C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865C9 is #079A36. Grayscale: #9C9C9C. Windows color (decimal): -498231 or 13198840. OLE color: 13198840.

HSL color Cylindrical-coordinate representation of color #F865C9: hue angle of 319.18º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865C9 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 101 201 -
CMYK 0 0.59 0.19 0.03
HSL 319.18º 0.91% 0.68% -
HSV(B) 319.18º 0.59% 0.97% -
XYZ 53.91 33.48 58.88 -
YUV 156.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 248 101 201 0 0.59 0.19 0.03 319.18 0.91 0.68
Hex F8 65 C9 0 3B 13 3 13F 5B 44
Octal 370 145 311 0 73 23 3 477 133 104
Binary 11111000 1100101 11001001 0 111011 10011 11 100111111 1011011 1000100

Color Harmonies of #F865C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865C9

Black with #F865C9

Text Example


Text Example

White with #F865C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865C9; }

 p { color: rgb(248,101,201); }

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

background-color css

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

 a { background-color: rgb(248,101,201); }

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

border-color css

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

 span { border-color: rgb(248,101,201); }

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