Html Css Color HEX #F170CA Neon Pink

📋 copy color: '#F170CA'

red 241 ◦ green 112 ◦ blue 202

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

Shades of Neon Pink #F170CA

Tints of Neon Pink #F170CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 43.42%
G = 20.18%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F170CA (or 0xF170CA) is known color: Neon Pink. HEX triplet: F1, 70 and CA. RGB value is (241,112,202). Sum of RGB (Red+Green+Blue) = 241+112+202=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F170CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170CA is #0E8F35. Grayscale: #A0A0A0. Windows color (decimal): -954166 or 13267185. OLE color: 13267185.

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

Color convert

RGB 241 112 202 -
CMYK 0 0.54 0.16 0.05
HSL 318.14º 0.82% 0.69% -
HSV(B) 318.14º 0.54% 0.95% -
XYZ 52.73 34.55 59.77 -
YUV 160.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 241 112 202 0 0.54 0.16 0.05 318.14 0.82 0.69
Hex F1 70 CA 0 36 10 5 13E 52 45
Octal 361 160 312 0 66 20 5 476 122 105
Binary 11110001 1110000 11001010 0 110110 10000 101 100111110 1010010 1000101

Color Harmonies of #F170CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170CA

Black with #F170CA

Text Example


Text Example

White with #F170CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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