Html Css Color HEX #F774B9 Persian Pink

📋 copy color: '#F774B9'

red 247 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #F774B9

Tints of Persian Pink #F774B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.17%

 BLUE value IS 185 (72.66% from 255) = 33.76%

R = 45.07%
G = 21.17%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F774B9 (or 0xF774B9) is known color: Persian Pink. HEX triplet: F7, 74 and B9. RGB value is (247,116,185). Sum of RGB (Red+Green+Blue) = 247+116+185=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F774B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F774B9 is #088B46. Grayscale: #A2A2A2. Windows color (decimal): -559943 or 12154103. OLE color: 12154103.

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

Color convert

RGB 247 116 185 -
CMYK 0 0.53 0.25 0.03
HSL 328.4º 0.89% 0.71% -
HSV(B) 328.4º 0.53% 0.97% -
XYZ 53.36 35.77 49.99 -
YUV 163.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 247 116 185 0 0.53 0.25 0.03 328.4 0.89 0.71
Hex F7 74 B9 0 35 19 3 148 59 47
Octal 367 164 271 0 65 31 3 510 131 107
Binary 11110111 1110100 10111001 0 110101 11001 11 101001000 1011001 1000111

Color Harmonies of #F774B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F774B9

Black with #F774B9

Text Example


Text Example

White with #F774B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F774B9; }

 p { color: rgb(247,116,185); }

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

background-color css

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

 a { background-color: rgb(247,116,185); }

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

border-color css

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

 span { border-color: rgb(247,116,185); }

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