Html Css Color HEX #F377BE Persian Pink

📋 copy color: '#F377BE'

red 243 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #F377BE

Tints of Persian Pink #F377BE

RGB

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

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

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

R = 44.02%
G = 21.56%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F377BE (or 0xF377BE) is known color: Persian Pink. HEX triplet: F3, 77 and BE. RGB value is (243,119,190). Sum of RGB (Red+Green+Blue) = 243+119+190=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F377BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377BE is #0C8841. Grayscale: #A4A4A4. Windows color (decimal): -821314 or 12482547. OLE color: 12482547.

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

Color convert

RGB 243 119 190 -
CMYK 0 0.51 0.22 0.05
HSL 325.65º 0.84% 0.71% -
HSV(B) 325.65º 0.51% 0.95% -
XYZ 52.85 35.97 52.87 -
YUV 164.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 243 119 190 0 0.51 0.22 0.05 325.65 0.84 0.71
Hex F3 77 BE 0 33 16 5 146 54 47
Octal 363 167 276 0 63 26 5 506 124 107
Binary 11110011 1110111 10111110 0 110011 10110 101 101000110 1010100 1000111

Color Harmonies of #F377BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F377BE

Black with #F377BE

Text Example


Text Example

White with #F377BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F377BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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