Html Css Color HEX #F175BE Persian Pink

📋 copy color: '#F175BE'

red 241 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #F175BE

Tints of Persian Pink #F175BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 43.98%
G = 21.35%
B = 34.67%

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

#F175BE (or 0xF175BE) is known color: Persian Pink. HEX triplet: F1, 75 and BE. RGB value is (241,117,190). Sum of RGB (Red+Green+Blue) = 241+117+190=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F175BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175BE is #0E8A41. Grayscale: #A2A2A2. Windows color (decimal): -952898 or 12482033. OLE color: 12482033.

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

Color convert

RGB 241 117 190 -
CMYK 0 0.51 0.21 0.05
HSL 324.68º 0.82% 0.7% -
HSV(B) 324.68º 0.51% 0.95% -
XYZ 51.93 35.14 52.76 -
YUV 162.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 241 117 190 0 0.51 0.21 0.05 324.68 0.82 0.7
Hex F1 75 BE 0 33 15 5 145 52 46
Octal 361 165 276 0 63 25 5 505 122 106
Binary 11110001 1110101 10111110 0 110011 10101 101 101000101 1010010 1000110

Color Harmonies of #F175BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175BE

Black with #F175BE

Text Example


Text Example

White with #F175BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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