Html Css Color HEX #F178B3 Persian Pink

📋 copy color: '#F178B3'

red 241 ◦ green 120 ◦ blue 179

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

Shades of Persian Pink #F178B3

Tints of Persian Pink #F178B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 44.63%
G = 22.22%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F178B3 (or 0xF178B3) is known color: Persian Pink. HEX triplet: F1, 78 and B3. RGB value is (241,120,179). Sum of RGB (Red+Green+Blue) = 241+120+179=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F178B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178B3 is #0E874C. Grayscale: #A2A2A2. Windows color (decimal): -952141 or 11761905. OLE color: 11761905.

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

Color convert

RGB 241 120 179 -
CMYK 0 0.50 0.26 0.05
HSL 330.74º 0.81% 0.71% -
HSV(B) 330.74º 0.5% 0.95% -
XYZ 51.13 35.39 46.78 -
YUV 162.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 241 120 179 0 0.50 0.26 0.05 330.74 0.81 0.71
Hex F1 78 B3 0 32 1A 5 14B 51 47
Octal 361 170 263 0 62 32 5 513 121 107
Binary 11110001 1111000 10110011 0 110010 11010 101 101001011 1010001 1000111

Color Harmonies of #F178B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178B3

Black with #F178B3

Text Example


Text Example

White with #F178B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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