Html Css Color HEX #F775BA Persian Pink

📋 copy color: '#F775BA'

red 247 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #F775BA

Tints of Persian Pink #F775BA

RGB

 RED value IS 247 (96.88% from 255) = 44.91%

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

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 44.91%
G = 21.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F775BA (or 0xF775BA) is known color: Persian Pink. HEX triplet: F7, 75 and BA. RGB value is (247,117,186). Sum of RGB (Red+Green+Blue) = 247+117+186=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F775BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775BA is #088A45. Grayscale: #A3A3A3. Windows color (decimal): -559686 or 12219895. OLE color: 12219895.

HSL color Cylindrical-coordinate representation of color #F775BA: hue angle of 328.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775BA is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 186 -
CMYK 0 0.53 0.25 0.03
HSL 328.15º 0.89% 0.71% -
HSV(B) 328.15º 0.53% 0.97% -
XYZ 53.58 36.04 50.59 -
YUV 163.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 247 117 186 0 0.53 0.25 0.03 328.15 0.89 0.71
Hex F7 75 BA 0 35 19 3 148 59 47
Octal 367 165 272 0 65 31 3 510 131 107
Binary 11110111 1110101 10111010 0 110101 11001 11 101001000 1011001 1000111

Color Harmonies of #F775BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775BA

Black with #F775BA

Text Example


Text Example

White with #F775BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775BA; }

 p { color: rgb(247,117,186); }

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

background-color css

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

 a { background-color: rgb(247,117,186); }

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

border-color css

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

 span { border-color: rgb(247,117,186); }

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