Html Css Color HEX #F377B9 Persian Pink

📋 copy color: '#F377B9'

red 243 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #F377B9

Tints of Persian Pink #F377B9

RGB

 RED value IS 243 (95.31% from 255) = 44.42%

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

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

R = 44.42%
G = 21.76%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F377B9 (or 0xF377B9) is known color: Persian Pink. HEX triplet: F3, 77 and B9. RGB value is (243,119,185). Sum of RGB (Red+Green+Blue) = 243+119+185=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F377B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377B9 is #0C8846. Grayscale: #A3A3A3. Windows color (decimal): -821319 or 12154867. OLE color: 12154867.

HSL color Cylindrical-coordinate representation of color #F377B9: hue angle of 328.06º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F377B9 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 119 185 -
CMYK 0 0.51 0.24 0.05
HSL 328.06º 0.84% 0.71% -
HSV(B) 328.06º 0.51% 0.95% -
XYZ 52.32 35.75 50.04 -
YUV 163.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 243 119 185 0 0.51 0.24 0.05 328.06 0.84 0.71
Hex F3 77 B9 0 33 18 5 148 54 47
Octal 363 167 271 0 63 30 5 510 124 107
Binary 11110011 1110111 10111001 0 110011 11000 101 101001000 1010100 1000111

Color Harmonies of #F377B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F377B9

Black with #F377B9

Text Example


Text Example

White with #F377B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F377B9; }

 p { color: rgb(243,119,185); }

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

background-color css

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

 a { background-color: rgb(243,119,185); }

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

border-color css

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

 span { border-color: rgb(243,119,185); }

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