Html Css Color HEX #F787BA Persian Pink

📋 copy color: '#F787BA'

red 247 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #F787BA

Tints of Persian Pink #F787BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.77%

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

R = 43.49%
G = 23.77%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F787BA (or 0xF787BA) is known color: Persian Pink. HEX triplet: F7, 87 and BA. RGB value is (247,135,186). Sum of RGB (Red+Green+Blue) = 247+135+186=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F787BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F787BA is #087845. Grayscale: #AEAEAE. Windows color (decimal): -555078 or 12224503. OLE color: 12224503.

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

Color convert

RGB 247 135 186 -
CMYK 0 0.45 0.25 0.03
HSL 332.68º 0.88% 0.75% -
HSV(B) 332.68º 0.45% 0.97% -
XYZ 55.88 40.65 51.35 -
YUV 174.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 247 135 186 0 0.45 0.25 0.03 332.68 0.88 0.75
Hex F7 87 BA 0 2D 19 3 14D 58 4B
Octal 367 207 272 0 55 31 3 515 130 113
Binary 11110111 10000111 10111010 0 101101 11001 11 101001101 1011000 1001011

Color Harmonies of #F787BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F787BA

Black with #F787BA

Text Example


Text Example

White with #F787BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F787BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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