Html Css Color HEX #F176C3 Persian Pink

📋 copy color: '#F176C3'

red 241 ◦ green 118 ◦ blue 195

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

Shades of Persian Pink #F176C3

Tints of Persian Pink #F176C3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.3%

 BLUE value IS 195 (76.56% from 255) = 35.2%

R = 43.5%
G = 21.3%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F176C3 (or 0xF176C3) is known color: Persian Pink. HEX triplet: F1, 76 and C3. RGB value is (241,118,195). Sum of RGB (Red+Green+Blue) = 241+118+195=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F176C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176C3 is #0E893C. Grayscale: #A3A3A3. Windows color (decimal): -952637 or 12809969. OLE color: 12809969.

HSL color Cylindrical-coordinate representation of color #F176C3: hue angle of 322.44º degrees, saturation: 0.81, 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 #F176C3 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 118 195 -
CMYK 0 0.51 0.19 0.05
HSL 322.44º 0.81% 0.7% -
HSV(B) 322.44º 0.51% 0.95% -
XYZ 52.6 35.6 55.73 -
YUV 163.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 241 118 195 0 0.51 0.19 0.05 322.44 0.81 0.7
Hex F1 76 C3 0 33 13 5 142 51 46
Octal 361 166 303 0 63 23 5 502 121 106
Binary 11110001 1110110 11000011 0 110011 10011 101 101000010 1010001 1000110

Color Harmonies of #F176C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F176C3

Black with #F176C3

Text Example


Text Example

White with #F176C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F176C3; }

 p { color: rgb(241,118,195); }

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

background-color css

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

 a { background-color: rgb(241,118,195); }

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

border-color css

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

 span { border-color: rgb(241,118,195); }

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