Html Css Color HEX #F178B0 Persian Pink

📋 copy color: '#F178B0'

red 241 ◦ green 120 ◦ blue 176

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

Shades of Persian Pink #F178B0

Tints of Persian Pink #F178B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 44.88%
G = 22.35%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F178B0 (or 0xF178B0) is known color: Persian Pink. HEX triplet: F1, 78 and B0. RGB value is (241,120,176). Sum of RGB (Red+Green+Blue) = 241+120+176=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F178B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F178B0 is #0E874F. Grayscale: #A2A2A2. Windows color (decimal): -952144 or 11565297. OLE color: 11565297.

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

Color convert

RGB 241 120 176 -
CMYK 0 0.50 0.27 0.05
HSL 332.23º 0.81% 0.71% -
HSV(B) 332.23º 0.5% 0.95% -
XYZ 50.83 35.27 45.2 -
YUV 162.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 241 120 176 0 0.50 0.27 0.05 332.23 0.81 0.71
Hex F1 78 B0 0 32 1B 5 14C 51 47
Octal 361 170 260 0 62 33 5 514 121 107
Binary 11110001 1111000 10110000 0 110010 11011 101 101001100 1010001 1000111

Color Harmonies of #F178B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178B0

Black with #F178B0

Text Example


Text Example

White with #F178B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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