Html Css Color HEX #F477BB Persian Pink

📋 copy color: '#F477BB'

red 244 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #F477BB

Tints of Persian Pink #F477BB

RGB

 RED value IS 244 (95.7% from 255) = 44.36%

 GREEN value IS 119 (46.88% from 255) = 21.64%

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

R = 44.36%
G = 21.64%
B = 34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F477BB (or 0xF477BB) is known color: Persian Pink. HEX triplet: F4, 77 and BB. RGB value is (244,119,187). Sum of RGB (Red+Green+Blue) = 244+119+187=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F477BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477BB is #0B8844. Grayscale: #A3A3A3. Windows color (decimal): -755781 or 12285940. OLE color: 12285940.

HSL color Cylindrical-coordinate representation of color #F477BB: hue angle of 327.36º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F477BB is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 119 187 -
CMYK 0 0.51 0.23 0.04
HSL 327.36º 0.85% 0.71% -
HSV(B) 327.36º 0.51% 0.96% -
XYZ 52.87 36.01 51.18 -
YUV 164.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 244 119 187 0 0.51 0.23 0.04 327.36 0.85 0.71
Hex F4 77 BB 0 33 17 4 147 55 47
Octal 364 167 273 0 63 27 4 507 125 107
Binary 11110100 1110111 10111011 0 110011 10111 100 101000111 1010101 1000111

Color Harmonies of #F477BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F477BB

Black with #F477BB

Text Example


Text Example

White with #F477BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F477BB; }

 p { color: rgb(244,119,187); }

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

background-color css

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

 a { background-color: rgb(244,119,187); }

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

border-color css

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

 span { border-color: rgb(244,119,187); }

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