Html Css Color HEX #F785BC Persian Pink

📋 copy color: '#F785BC'

red 247 ◦ green 133 ◦ blue 188

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

Shades of Persian Pink #F785BC

Tints of Persian Pink #F785BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 43.49%
G = 23.42%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F785BC (or 0xF785BC) is known color: Persian Pink. HEX triplet: F7, 85 and BC. RGB value is (247,133,188). Sum of RGB (Red+Green+Blue) = 247+133+188=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F785BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785BC is #087A43. Grayscale: #ADADAD. Windows color (decimal): -555588 or 12355063. OLE color: 12355063.

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

Color convert

RGB 247 133 188 -
CMYK 0 0.46 0.24 0.03
HSL 331.05º 0.88% 0.75% -
HSV(B) 331.05º 0.46% 0.97% -
XYZ 55.82 40.18 52.39 -
YUV 173.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 247 133 188 0 0.46 0.24 0.03 331.05 0.88 0.75
Hex F7 85 BC 0 2E 18 3 14B 58 4B
Octal 367 205 274 0 56 30 3 513 130 113
Binary 11110111 10000101 10111100 0 101110 11000 11 101001011 1011000 1001011

Color Harmonies of #F785BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785BC

Black with #F785BC

Text Example


Text Example

White with #F785BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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