Html Css Color HEX #F779B4 Persian Pink

📋 copy color: '#F779B4'

red 247 ◦ green 121 ◦ blue 180

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

Shades of Persian Pink #F779B4

Tints of Persian Pink #F779B4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.08%

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 45.07%
G = 22.08%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F779B4 (or 0xF779B4) is known color: Persian Pink. HEX triplet: F7, 79 and B4. RGB value is (247,121,180). Sum of RGB (Red+Green+Blue) = 247+121+180=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F779B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779B4 is #08864B. Grayscale: #A5A5A5. Windows color (decimal): -558668 or 11827703. OLE color: 11827703.

HSL color Cylindrical-coordinate representation of color #F779B4: hue angle of 331.9º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F779B4 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 121 180 -
CMYK 0 0.51 0.27 0.03
HSL 331.9º 0.89% 0.72% -
HSV(B) 331.9º 0.51% 0.97% -
XYZ 53.43 36.74 47.46 -
YUV 165.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 247 121 180 0 0.51 0.27 0.03 331.9 0.89 0.72
Hex F7 79 B4 0 33 1B 3 14C 59 48
Octal 367 171 264 0 63 33 3 514 131 110
Binary 11110111 1111001 10110100 0 110011 11011 11 101001100 1011001 1001000

Color Harmonies of #F779B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779B4

Black with #F779B4

Text Example


Text Example

White with #F779B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779B4; }

 p { color: rgb(247,121,180); }

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

background-color css

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

 a { background-color: rgb(247,121,180); }

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

border-color css

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

 span { border-color: rgb(247,121,180); }

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