Html Css Color HEX #F781BB Persian Pink

📋 copy color: '#F781BB'

red 247 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #F781BB

Tints of Persian Pink #F781BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.91%

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 43.87%
G = 22.91%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F781BB (or 0xF781BB) is known color: Persian Pink. HEX triplet: F7, 81 and BB. RGB value is (247,129,187). Sum of RGB (Red+Green+Blue) = 247+129+187=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F781BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781BB is #087E44. Grayscale: #AAAAAA. Windows color (decimal): -556613 or 12288503. OLE color: 12288503.

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

Color convert

RGB 247 129 187 -
CMYK 0 0.48 0.24 0.03
HSL 330.51º 0.88% 0.74% -
HSV(B) 330.51º 0.48% 0.97% -
XYZ 55.18 39.06 51.65 -
YUV 170.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 247 129 187 0 0.48 0.24 0.03 330.51 0.88 0.74
Hex F7 81 BB 0 30 18 3 14B 58 4A
Octal 367 201 273 0 60 30 3 513 130 112
Binary 11110111 10000001 10111011 0 110000 11000 11 101001011 1011000 1001010

Color Harmonies of #F781BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781BB

Black with #F781BB

Text Example


Text Example

White with #F781BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781BB; }

 p { color: rgb(247,129,187); }

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

background-color css

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

 a { background-color: rgb(247,129,187); }

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

border-color css

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

 span { border-color: rgb(247,129,187); }

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