Html Css Color HEX #F165CF Neon Pink

📋 copy color: '#F165CF'

red 241 ◦ green 101 ◦ blue 207

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

Shades of Neon Pink #F165CF

Tints of Neon Pink #F165CF

RGB

 RED value IS 241 (94.53% from 255) = 43.9%

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 43.9%
G = 18.4%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F165CF (or 0xF165CF) is known color: Neon Pink. HEX triplet: F1, 65 and CF. RGB value is (241,101,207). Sum of RGB (Red+Green+Blue) = 241+101+207=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F165CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165CF is #0E9A30. Grayscale: #9A9A9A. Windows color (decimal): -956977 or 13592049. OLE color: 13592049.

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

Color convert

RGB 241 101 207 -
CMYK 0 0.58 0.14 0.05
HSL 314.57º 0.83% 0.67% -
HSV(B) 314.57º 0.58% 0.95% -
XYZ 52.19 32.51 62.56 -
YUV 154.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 241 101 207 0 0.58 0.14 0.05 314.57 0.83 0.67
Hex F1 65 CF 0 3A E 5 13B 53 43
Octal 361 145 317 0 72 16 5 473 123 103
Binary 11110001 1100101 11001111 0 111010 1110 101 100111011 1010011 1000011

Color Harmonies of #F165CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165CF

Black with #F165CF

Text Example


Text Example

White with #F165CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165CF; }

 p { color: rgb(241,101,207); }

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

background-color css

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

 a { background-color: rgb(241,101,207); }

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

border-color css

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

 span { border-color: rgb(241,101,207); }

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