Html Css Color HEX #F77CBD Persian Pink

📋 copy color: '#F77CBD'

red 247 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #F77CBD

Tints of Persian Pink #F77CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.14%

 BLUE value IS 189 (74.22% from 255) = 33.75%

R = 44.11%
G = 22.14%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F77CBD (or 0xF77CBD) is known color: Persian Pink. HEX triplet: F7, 7C and BD. RGB value is (247,124,189). Sum of RGB (Red+Green+Blue) = 247+124+189=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CBD is #088342. Grayscale: #A8A8A8. Windows color (decimal): -557891 or 12418295. OLE color: 12418295.

HSL color Cylindrical-coordinate representation of color #F77CBD: hue angle of 328.29º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CBD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 189 -
CMYK 0 0.50 0.23 0.03
HSL 328.29º 0.88% 0.73% -
HSV(B) 328.29º 0.5% 0.97% -
XYZ 54.75 37.86 52.57 -
YUV 168.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 247 124 189 0 0.50 0.23 0.03 328.29 0.88 0.73
Hex F7 7C BD 0 32 17 3 148 58 49
Octal 367 174 275 0 62 27 3 510 130 111
Binary 11110111 1111100 10111101 0 110010 10111 11 101001000 1011000 1001001

Color Harmonies of #F77CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CBD

Black with #F77CBD

Text Example


Text Example

White with #F77CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CBD; }

 p { color: rgb(247,124,189); }

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

background-color css

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

 a { background-color: rgb(247,124,189); }

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

border-color css

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

 span { border-color: rgb(247,124,189); }

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