Html Css Color HEX #F775BD Persian Pink

📋 copy color: '#F775BD'

red 247 ◦ green 117 ◦ blue 189

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

Shades of Persian Pink #F775BD

Tints of Persian Pink #F775BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 44.67%
G = 21.16%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F775BD (or 0xF775BD) is known color: Persian Pink. HEX triplet: F7, 75 and BD. RGB value is (247,117,189). Sum of RGB (Red+Green+Blue) = 247+117+189=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F775BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775BD is #088A42. Grayscale: #A3A3A3. Windows color (decimal): -559683 or 12416503. OLE color: 12416503.

HSL color Cylindrical-coordinate representation of color #F775BD: hue angle of 326.77º 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 #F775BD is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 189 -
CMYK 0 0.53 0.23 0.03
HSL 326.77º 0.89% 0.71% -
HSV(B) 326.77º 0.53% 0.97% -
XYZ 53.9 36.17 52.28 -
YUV 164.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 247 117 189 0 0.53 0.23 0.03 326.77 0.89 0.71
Hex F7 75 BD 0 35 17 3 147 59 47
Octal 367 165 275 0 65 27 3 507 131 107
Binary 11110111 1110101 10111101 0 110101 10111 11 101000111 1011001 1000111

Color Harmonies of #F775BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775BD

Black with #F775BD

Text Example


Text Example

White with #F775BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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