Html Css Color HEX #F77FBE Persian Pink

📋 copy color: '#F77FBE'

red 247 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #F77FBE

Tints of Persian Pink #F77FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.52%

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 43.79%
G = 22.52%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F77FBE (or 0xF77FBE) is known color: Persian Pink. HEX triplet: F7, 7F and BE. RGB value is (247,127,190). Sum of RGB (Red+Green+Blue) = 247+127+190=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FBE is #088041. Grayscale: #A9A9A9. Windows color (decimal): -557122 or 12484599. OLE color: 12484599.

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

Color convert

RGB 247 127 190 -
CMYK 0 0.49 0.23 0.03
HSL 328.5º 0.88% 0.73% -
HSV(B) 328.5º 0.49% 0.97% -
XYZ 55.24 38.67 53.27 -
YUV 170.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 247 127 190 0 0.49 0.23 0.03 328.5 0.88 0.73
Hex F7 7F BE 0 31 17 3 148 58 49
Octal 367 177 276 0 61 27 3 510 130 111
Binary 11110111 1111111 10111110 0 110001 10111 11 101001000 1011000 1001001

Color Harmonies of #F77FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FBE

Black with #F77FBE

Text Example


Text Example

White with #F77FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FBE; }

 p { color: rgb(247,127,190); }

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

background-color css

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

 a { background-color: rgb(247,127,190); }

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

border-color css

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

 span { border-color: rgb(247,127,190); }

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