Html Css Color HEX #F178BA Persian Pink

📋 copy color: '#F178BA'

red 241 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #F178BA

Tints of Persian Pink #F178BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.94%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 44.06%
G = 21.94%
B = 34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F178BA (or 0xF178BA) is known color: Persian Pink. HEX triplet: F1, 78 and BA. RGB value is (241,120,186). Sum of RGB (Red+Green+Blue) = 241+120+186=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F178BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178BA is #0E8745. Grayscale: #A3A3A3. Windows color (decimal): -952134 or 12220657. OLE color: 12220657.

HSL color Cylindrical-coordinate representation of color #F178BA: hue angle of 327.27º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178BA is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 120 186 -
CMYK 0 0.50 0.23 0.05
HSL 327.27º 0.81% 0.71% -
HSV(B) 327.27º 0.5% 0.95% -
XYZ 51.86 35.68 50.61 -
YUV 163.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 241 120 186 0 0.50 0.23 0.05 327.27 0.81 0.71
Hex F1 78 BA 0 32 17 5 147 51 47
Octal 361 170 272 0 62 27 5 507 121 107
Binary 11110001 1111000 10111010 0 110010 10111 101 101000111 1010001 1000111

Color Harmonies of #F178BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178BA

Black with #F178BA

Text Example


Text Example

White with #F178BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178BA; }

 p { color: rgb(241,120,186); }

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

background-color css

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

 a { background-color: rgb(241,120,186); }

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

border-color css

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

 span { border-color: rgb(241,120,186); }

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