Html Css Color HEX #F785BA Persian Pink

📋 copy color: '#F785BA'

red 247 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #F785BA

Tints of Persian Pink #F785BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.5%

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

R = 43.64%
G = 23.5%
B = 32.86%

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

#F785BA (or 0xF785BA) is known color: Persian Pink. HEX triplet: F7, 85 and BA. RGB value is (247,133,186). Sum of RGB (Red+Green+Blue) = 247+133+186=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F785BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785BA is #087A45. Grayscale: #ADADAD. Windows color (decimal): -555590 or 12223991. OLE color: 12223991.

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

Color convert

RGB 247 133 186 -
CMYK 0 0.46 0.25 0.03
HSL 332.11º 0.88% 0.75% -
HSV(B) 332.11º 0.46% 0.97% -
XYZ 55.61 40.09 51.26 -
YUV 173.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 247 133 186 0 0.46 0.25 0.03 332.11 0.88 0.75
Hex F7 85 BA 0 2E 19 3 14C 58 4B
Octal 367 205 272 0 56 31 3 514 130 113
Binary 11110111 10000101 10111010 0 101110 11001 11 101001100 1011000 1001011

Color Harmonies of #F785BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785BA

Black with #F785BA

Text Example


Text Example

White with #F785BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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