Html Css Color HEX #F170CD Neon Pink

📋 copy color: '#F170CD'

red 241 ◦ green 112 ◦ blue 205

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

Shades of Neon Pink #F170CD

Tints of Neon Pink #F170CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.07%

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 43.19%
G = 20.07%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F170CD (or 0xF170CD) is known color: Neon Pink. HEX triplet: F1, 70 and CD. RGB value is (241,112,205). Sum of RGB (Red+Green+Blue) = 241+112+205=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F170CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170CD is #0E8F32. Grayscale: #A0A0A0. Windows color (decimal): -954163 or 13463793. OLE color: 13463793.

HSL color Cylindrical-coordinate representation of color #F170CD: hue angle of 316.74º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170CD is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 205 -
CMYK 0 0.54 0.15 0.05
HSL 316.74º 0.82% 0.69% -
HSV(B) 316.74º 0.54% 0.95% -
XYZ 53.09 34.7 61.66 -
YUV 161.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 241 112 205 0 0.54 0.15 0.05 316.74 0.82 0.69
Hex F1 70 CD 0 36 F 5 13D 52 45
Octal 361 160 315 0 66 17 5 475 122 105
Binary 11110001 1110000 11001101 0 110110 1111 101 100111101 1010010 1000101

Color Harmonies of #F170CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170CD

Black with #F170CD

Text Example


Text Example

White with #F170CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170CD; }

 p { color: rgb(241,112,205); }

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

background-color css

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

 a { background-color: rgb(241,112,205); }

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

border-color css

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

 span { border-color: rgb(241,112,205); }

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