Html Css Color HEX #F178B8 Persian Pink

📋 copy color: '#F178B8'

red 241 ◦ green 120 ◦ blue 184

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

Shades of Persian Pink #F178B8

Tints of Persian Pink #F178B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.76%

R = 44.22%
G = 22.02%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F178B8 (or 0xF178B8) is known color: Persian Pink. HEX triplet: F1, 78 and B8. RGB value is (241,120,184). Sum of RGB (Red+Green+Blue) = 241+120+184=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F178B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178B8 is #0E8747. Grayscale: #A3A3A3. Windows color (decimal): -952136 or 12089585. OLE color: 12089585.

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

Color convert

RGB 241 120 184 -
CMYK 0 0.50 0.24 0.05
HSL 328.26º 0.81% 0.71% -
HSV(B) 328.26º 0.5% 0.95% -
XYZ 51.64 35.59 49.5 -
YUV 163.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 241 120 184 0 0.50 0.24 0.05 328.26 0.81 0.71
Hex F1 78 B8 0 32 18 5 148 51 47
Octal 361 170 270 0 62 30 5 510 121 107
Binary 11110001 1111000 10111000 0 110010 11000 101 101001000 1010001 1000111

Color Harmonies of #F178B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178B8

Black with #F178B8

Text Example


Text Example

White with #F178B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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