Html Css Color HEX #F786BA Persian Pink

📋 copy color: '#F786BA'

red 247 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #F786BA

Tints of Persian Pink #F786BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.63%

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

R = 43.56%
G = 23.63%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F786BA (or 0xF786BA) is known color: Persian Pink. HEX triplet: F7, 86 and BA. RGB value is (247,134,186). Sum of RGB (Red+Green+Blue) = 247+134+186=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F786BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786BA is #087945. Grayscale: #ADADAD. Windows color (decimal): -555334 or 12224247. OLE color: 12224247.

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

Color convert

RGB 247 134 186 -
CMYK 0 0.46 0.25 0.03
HSL 332.39º 0.88% 0.75% -
HSV(B) 332.39º 0.46% 0.97% -
XYZ 55.75 40.37 51.31 -
YUV 173.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 247 134 186 0 0.46 0.25 0.03 332.39 0.88 0.75
Hex F7 86 BA 0 2E 19 3 14C 58 4B
Octal 367 206 272 0 56 31 3 514 130 113
Binary 11110111 10000110 10111010 0 101110 11001 11 101001100 1011000 1001011

Color Harmonies of #F786BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F786BA

Black with #F786BA

Text Example


Text Example

White with #F786BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F786BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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