Html Css Color HEX #F176C4 Persian Pink

📋 copy color: '#F176C4'

red 241 ◦ green 118 ◦ blue 196

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

Shades of Persian Pink #F176C4

Tints of Persian Pink #F176C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.32%

R = 43.42%
G = 21.26%
B = 35.32%

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

#F176C4 (or 0xF176C4) is known color: Persian Pink. HEX triplet: F1, 76 and C4. RGB value is (241,118,196). Sum of RGB (Red+Green+Blue) = 241+118+196=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F176C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176C4 is #0E893B. Grayscale: #A3A3A3. Windows color (decimal): -952636 or 12875505. OLE color: 12875505.

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

Color convert

RGB 241 118 196 -
CMYK 0 0.51 0.19 0.05
HSL 321.95º 0.81% 0.7% -
HSV(B) 321.95º 0.51% 0.95% -
XYZ 52.72 35.64 56.33 -
YUV 163.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 241 118 196 0 0.51 0.19 0.05 321.95 0.81 0.7
Hex F1 76 C4 0 33 13 5 142 51 46
Octal 361 166 304 0 63 23 5 502 121 106
Binary 11110001 1110110 11000100 0 110011 10011 101 101000010 1010001 1000110

Color Harmonies of #F176C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F176C4

Black with #F176C4

Text Example


Text Example

White with #F176C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F176C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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