Html Css Color HEX #F178C4 Persian Pink

📋 copy color: '#F178C4'

red 241 ◦ green 120 ◦ blue 196

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

Shades of Persian Pink #F178C4

Tints of Persian Pink #F178C4

RGB

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

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

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

R = 43.27%
G = 21.54%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F178C4 (or 0xF178C4) is known color: Persian Pink. HEX triplet: F1, 78 and C4. RGB value is (241,120,196). Sum of RGB (Red+Green+Blue) = 241+120+196=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F178C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178C4 is #0E873B. Grayscale: #A4A4A4. Windows color (decimal): -952124 or 12876017. OLE color: 12876017.

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

Color convert

RGB 241 120 196 -
CMYK 0 0.50 0.19 0.05
HSL 322.31º 0.81% 0.71% -
HSV(B) 322.31º 0.5% 0.95% -
XYZ 52.96 36.12 56.41 -
YUV 164.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 241 120 196 0 0.50 0.19 0.05 322.31 0.81 0.71
Hex F1 78 C4 0 32 13 5 142 51 47
Octal 361 170 304 0 62 23 5 502 121 107
Binary 11110001 1111000 11000100 0 110010 10011 101 101000010 1010001 1000111

Color Harmonies of #F178C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178C4

Black with #F178C4

Text Example


Text Example

White with #F178C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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