Html Css Color HEX #F175B0 Persian Pink

📋 copy color: '#F175B0'

red 241 ◦ green 117 ◦ blue 176

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

Shades of Persian Pink #F175B0

Tints of Persian Pink #F175B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 45.13%
G = 21.91%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F175B0 (or 0xF175B0) is known color: Persian Pink. HEX triplet: F1, 75 and B0. RGB value is (241,117,176). Sum of RGB (Red+Green+Blue) = 241+117+176=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F175B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F175B0 is #0E8A4F. Grayscale: #A0A0A0. Windows color (decimal): -952912 or 11564529. OLE color: 11564529.

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

Color convert

RGB 241 117 176 -
CMYK 0 0.51 0.27 0.05
HSL 331.45º 0.82% 0.7% -
HSV(B) 331.45º 0.51% 0.95% -
XYZ 50.47 34.56 45.08 -
YUV 160.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 241 117 176 0 0.51 0.27 0.05 331.45 0.82 0.7
Hex F1 75 B0 0 33 1B 5 14B 52 46
Octal 361 165 260 0 63 33 5 513 122 106
Binary 11110001 1110101 10110000 0 110011 11011 101 101001011 1010010 1000110

Color Harmonies of #F175B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175B0

Black with #F175B0

Text Example


Text Example

White with #F175B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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