Html Css Color HEX #F175B7 Persian Pink

📋 copy color: '#F175B7'

red 241 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #F175B7

Tints of Persian Pink #F175B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.83%

R = 44.55%
G = 21.63%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F175B7 (or 0xF175B7) is known color: Persian Pink. HEX triplet: F1, 75 and B7. RGB value is (241,117,183). Sum of RGB (Red+Green+Blue) = 241+117+183=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F175B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175B7 is #0E8A48. Grayscale: #A1A1A1. Windows color (decimal): -952905 or 12023281. OLE color: 12023281.

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

Color convert

RGB 241 117 183 -
CMYK 0 0.51 0.24 0.05
HSL 328.06º 0.82% 0.7% -
HSV(B) 328.06º 0.51% 0.95% -
XYZ 51.18 34.84 48.83 -
YUV 161.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 241 117 183 0 0.51 0.24 0.05 328.06 0.82 0.7
Hex F1 75 B7 0 33 18 5 148 52 46
Octal 361 165 267 0 63 30 5 510 122 106
Binary 11110001 1110101 10110111 0 110011 11000 101 101001000 1010010 1000110

Color Harmonies of #F175B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175B7

Black with #F175B7

Text Example


Text Example

White with #F175B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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