Html Css Color HEX #F175BF Persian Pink

📋 copy color: '#F175BF'

red 241 ◦ green 117 ◦ blue 191

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

Shades of Persian Pink #F175BF

Tints of Persian Pink #F175BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 191 (75% from 255) = 34.79%

R = 43.9%
G = 21.31%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F175BF (or 0xF175BF) is known color: Persian Pink. HEX triplet: F1, 75 and BF. RGB value is (241,117,191). Sum of RGB (Red+Green+Blue) = 241+117+191=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F175BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175BF is #0E8A40. Grayscale: #A2A2A2. Windows color (decimal): -952897 or 12547569. OLE color: 12547569.

HSL color Cylindrical-coordinate representation of color #F175BF: hue angle of 324.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175BF is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 117 191 -
CMYK 0 0.51 0.21 0.05
HSL 324.19º 0.82% 0.7% -
HSV(B) 324.19º 0.51% 0.95% -
XYZ 52.04 35.18 53.34 -
YUV 162.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 241 117 191 0 0.51 0.21 0.05 324.19 0.82 0.7
Hex F1 75 BF 0 33 15 5 144 52 46
Octal 361 165 277 0 63 25 5 504 122 106
Binary 11110001 1110101 10111111 0 110011 10101 101 101000100 1010010 1000110

Color Harmonies of #F175BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175BF

Black with #F175BF

Text Example


Text Example

White with #F175BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175BF; }

 p { color: rgb(241,117,191); }

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

background-color css

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

 a { background-color: rgb(241,117,191); }

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

border-color css

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

 span { border-color: rgb(241,117,191); }

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