Html Css Color HEX #F175C7 Neon Pink

📋 copy color: '#F175C7'

red 241 ◦ green 117 ◦ blue 199

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

Shades of Neon Pink #F175C7

Tints of Neon Pink #F175C7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.01%

 BLUE value IS 199 (78.13% from 255) = 35.73%

R = 43.27%
G = 21.01%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F175C7 (or 0xF175C7) is known color: Neon Pink. HEX triplet: F1, 75 and C7. RGB value is (241,117,199). Sum of RGB (Red+Green+Blue) = 241+117+199=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F175C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175C7 is #0E8A38. Grayscale: #A3A3A3. Windows color (decimal): -952889 or 13071857. OLE color: 13071857.

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

Color convert

RGB 241 117 199 -
CMYK 0 0.51 0.17 0.05
HSL 320.32º 0.82% 0.7% -
HSV(B) 320.32º 0.51% 0.95% -
XYZ 52.95 35.55 58.1 -
YUV 163.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 241 117 199 0 0.51 0.17 0.05 320.32 0.82 0.7
Hex F1 75 C7 0 33 11 5 140 52 46
Octal 361 165 307 0 63 21 5 500 122 106
Binary 11110001 1110101 11000111 0 110011 10001 101 101000000 1010010 1000110

Color Harmonies of #F175C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175C7

Black with #F175C7

Text Example


Text Example

White with #F175C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175C7; }

 p { color: rgb(241,117,199); }

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

background-color css

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

 a { background-color: rgb(241,117,199); }

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

border-color css

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

 span { border-color: rgb(241,117,199); }

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