Html Css Color HEX #F477BE Persian Pink

📋 copy color: '#F477BE'

red 244 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #F477BE

Tints of Persian Pink #F477BE

RGB

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

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

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

R = 44.12%
G = 21.52%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F477BE (or 0xF477BE) is known color: Persian Pink. HEX triplet: F4, 77 and BE. RGB value is (244,119,190). Sum of RGB (Red+Green+Blue) = 244+119+190=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F477BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477BE is #0B8841. Grayscale: #A4A4A4. Windows color (decimal): -755778 or 12482548. OLE color: 12482548.

HSL color Cylindrical-coordinate representation of color #F477BE: hue angle of 325.92º 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 #F477BE is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 119 190 -
CMYK 0 0.51 0.22 0.04
HSL 325.92º 0.85% 0.71% -
HSV(B) 325.92º 0.51% 0.96% -
XYZ 53.2 36.14 52.89 -
YUV 164.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 244 119 190 0 0.51 0.22 0.04 325.92 0.85 0.71
Hex F4 77 BE 0 33 16 4 146 55 47
Octal 364 167 276 0 63 26 4 506 125 107
Binary 11110100 1110111 10111110 0 110011 10110 100 101000110 1010101 1000111

Color Harmonies of #F477BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F477BE

Black with #F477BE

Text Example


Text Example

White with #F477BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F477BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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